diff pylons_app/public/css/style.css @ 528:6d0d5e7d7356

updated branches/tags tags in changesets
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 30 Sep 2010 17:11:58 +0200
parents 6d44d3862ec4
children 3a567e329fb6
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Thu Sep 30 12:44:06 2010 +0200
+++ b/pylons_app/public/css/style.css	Thu Sep 30 17:11:58 2010 +0200
@@ -14,7 +14,7 @@
     height: 100%;
 	background: #d1d1d1 url("../images/background.png") repeat;
 	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
-	font-size: 11px;
+	font-size: 12px;
 }
 
 /* -----------------------------------------------------------
@@ -3223,14 +3223,14 @@
 }
 
 .right .logtags .branchtag{
-	background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 9px;
+	background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat right 6px;
     display:block;
-    padding:12px 16px 0px 0px
+    padding:8px 16px 0px 0px
 }
 .right .logtags .tagtag{
-    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 9px;
+    background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat right 6px;
     display:block;
-    padding:12px 18px 0px 0px
+    padding:6px 18px 0px 0px
 }
 
 /* -----------------------------------------------------------