OSDN Git Service

Smaller font size for activity events and search results descriptions.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 23 Jun 2008 17:12:12 +0000 (17:12 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 23 Jun 2008 17:12:12 +0000 (17:12 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1580 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 15e382d..c10dfbe 100644 (file)
@@ -179,8 +179,8 @@ div#issue-changesets .changeset { border-bottom: 1px solid #ddd; }
 div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
 
 div#activity dl, #search-results { margin-left: 2em; }
-div#activity dd { margin-bottom: 1em; padding-left: 18px; }
-div#activity dt, #search-results dt { margin-bottom: 1px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
+div#activity dd, #search-results dd { margin-bottom: 1em; padding-left: 18px; font-size: 0.9em; }
+div#activity dt, #search-results dt { margin-bottom: 0px; padding-left: 20px; line-height: 18px; background-position: 0 50%; background-repeat: no-repeat; }
 div#activity dt.me .time { border-bottom: 1px solid #999; }
 div#activity dt .time { color: #777; font-size: 80%; }
 div#activity dd .description, #search-results dd .description { font-style: italic; }