]> git.openstreetmap.org Git - rails.git/commitdiff
Reduce font size in search results.
authorTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 17:22:33 +0000 (17:22 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 17:22:33 +0000 (17:22 +0000)
public/stylesheets/site.css

index deed0d7e42dab2bb960f9c2ab41a601cac481e11..3d0da23696fb4e9247c8c988124335468dc1461d 100644 (file)
@@ -409,6 +409,8 @@ hides rule from IE5-Mac \*/
 #search_results_content {\r
   overflow: auto;\r
   position: absolute;\r
 #search_results_content {\r
   overflow: auto;\r
   position: absolute;\r
+  font-size: 13px;\r
+  line-height: 14px;\r
   top: 29px;\r
   bottom: 0px;\r
   left: 0px;\r
   top: 29px;\r
   bottom: 0px;\r
   left: 0px;\r
@@ -419,6 +421,8 @@ hides rule from IE5-Mac \*/
   margin: 0px;\r
   padding: 3px 6px 3px 6px;\r
   height: 29px;\r
   margin: 0px;\r
   padding: 3px 6px 3px 6px;\r
   height: 29px;\r
+  font-size: 14px;\r
+  line-height: 15px;\r
   border-bottom: 1px solid black;\r
   background: #bbb;\r
 }\r
   border-bottom: 1px solid black;\r
   background: #bbb;\r
 }\r