- Timestamp:
- Oct 19, 2008, 3:15:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/timeline.css
r2682 r3036 8 8 background: #f7f7f7; 9 9 border-bottom: 1px solid #d7d7d7; 10 font-size: 105%;11 10 margin: 2em 0 .5em; 12 11 } … … 30 29 text-decoration: none; 31 30 } 32 dt .time { color: #999; font-size: 80%;}31 dt .time { color: #999; } 33 32 dt .author { color: #666; } 34 33 dt.highlight { background-color: #ffa; } 35 34 dd { 36 font-size: 80%;37 35 margin: 0 0 .75em 5.5em; 38 36 padding: 0; … … 55 53 56 54 /* Styles for the 'changeset_show_files' option */ 57 dd.changeset .changes { color: #aaa; font-size: 90%;}55 dd.changeset .changes { color: #aaa; } 58 56 dd.changeset ul.changes { 59 57 padding-left: 0;
Note: See TracChangeset
for help on using the changeset viewer.