diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-11-27 22:31:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-11-27 22:31:14 +0000 |
commit | 42181112ff73822afe5c0f96e065ae372f392e47 (patch) | |
tree | 6ad09ba882eda77f29ddbcf920bd1724b0b25366 /redmine/public/stylesheets/application.css | |
parent | 67e81b0ae9f2a63e10d28c4ea29edd34c7c34f00 (diff) | |
download | redmine-42181112ff73822afe5c0f96e065ae372f392e47.tar.gz redmine-42181112ff73822afe5c0f96e065ae372f392e47.zip |
improved issues change history
git-svn-id: http://redmine.rubyforge.org/svn/trunk@54 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'redmine/public/stylesheets/application.css')
-rw-r--r-- | redmine/public/stylesheets/application.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/redmine/public/stylesheets/application.css b/redmine/public/stylesheets/application.css index c380b2c3a..bd128a3a7 100644 --- a/redmine/public/stylesheets/application.css +++ b/redmine/public/stylesheets/application.css @@ -186,10 +186,6 @@ form { .noborder {
border:0px;
-Exception exceptions.AssertionError: <exceptions.AssertionError instance at 0xb7c0b20c> in <bound
-method SubversionRepository.__del__ of <vclib.svn.SubversionRepository instance at 0xb7c1252c>>
-ignored
-
background-color:#fff;
width:100%;
}
@@ -292,7 +288,7 @@ table.calenderTable td { border:1px solid #578bb8;
}
-hr { border:none; border-bottom: dotted 2px #c0c0c0; }
+hr { border:none; border-bottom: dotted 1px #c0c0c0; }
/**************** Sidebar styles ****************/
@@ -409,6 +405,17 @@ img.calendar-trigger { margin-left: 4px;
}
+#history h4 {
+ font-size: 1em;
+ margin-bottom: 12px;
+ margin-top: 20px;
+ font-weight: normal;
+ border-bottom: dotted 1px #c0c0c0;
+}
+
+#history p {
+ margin-left: 34px;
+}
/***** CSS FORM ******/
.tabular p{
|