Browse Source

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3036 92316355-f0b4-4df1-b90c-862c8a59935f

remotes/test
carmie 16 years ago
parent
commit
29735905ab
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      trac/htdocs/common/css/timeline.css

+ 2
- 4
trac/htdocs/common/css/timeline.css View File

@@ -7,7 +7,6 @@
h2 {
background: #f7f7f7;
border-bottom: 1px solid #d7d7d7;
font-size: 105%;
margin: 2em 0 .5em;
}
dl { line-height: 1.3em; margin-left: 1em }
@@ -29,11 +28,10 @@ dt em {
font-style: normal;
text-decoration: none;
}
dt .time { color: #999; font-size: 80%; }
dt .time { color: #999; }
dt .author { color: #666; }
dt.highlight { background-color: #ffa; }
dd {
font-size: 80%;
margin: 0 0 .75em 5.5em;
padding: 0;
color: #776;
@@ -54,7 +52,7 @@ dd.changeset p { margin: 0; padding: 0 }
dd.changeset ul { padding-left: 15px; }

/* Styles for the 'changeset_show_files' option */
dd.changeset .changes { color: #aaa; font-size: 90%; }
dd.changeset .changes { color: #aaa; }
dd.changeset ul.changes {
padding-left: 0;
list-style-type: none;


Loading…
Cancel
Save