[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...
Max Rydahl Andersen
mandersen at jboss.com
Sun Feb 25 08:31:22 EST 2007
User: mandersen
Date: 07/02/25 08:31:22
Modified: seam-gen/view/stylesheet theme.css
Log:
JBSEAM-927 menu buttons padding is very big
Revision Changes Path
1.14 +2 -2 jboss-seam/seam-gen/view/stylesheet/theme.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: theme.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- theme.css 23 Feb 2007 17:13:09 -0000 1.13
+++ theme.css 25 Feb 2007 13:31:22 -0000 1.14
@@ -13,8 +13,8 @@
.menuButtons a {
font-weight: bold;
text-decoration: none;
- padding-left: 25px;
- padding-right: 25px;
+ padding-left: 10px;
+ padding-right: 10px;
}
.menuButtons a:active, .menuButtons a:link, .menuButtons a:visited {
font-family: Arial,sans-serif;
More information about the jboss-cvs-commits
mailing list