From 29735905ab548dfb51bffaba4c590db7afbbce4e Mon Sep 17 00:00:00 2001 From: carmie Date: Sun, 19 Oct 2008 13:15:14 +0000 Subject: [PATCH] git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3036 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/common/css/timeline.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/trac/htdocs/common/css/timeline.css b/trac/htdocs/common/css/timeline.css index c0af15c..315c6bd 100644 --- a/trac/htdocs/common/css/timeline.css +++ b/trac/htdocs/common/css/timeline.css @@ -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;