Changeset 41 for trunk/src/web-app/css
- Timestamp:
- Jan 29, 2009, 10:38:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/public.css
r40 r41 86 86 87 87 .nav { 88 88 89 padding-top: 7px; 89 /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/ 90 /*border: 1px solid #ccc;*/ 91 /*border-style: solid none solid none; */ 92 margin-top: 5px; 93 text-align: center; 94 /* padding: 7px 12px; */ 90 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x; 91 border: 1px solid #ccc; 92 border-style: solid none solid none; 93 padding: 5px 0px 5px 0px; 94 max-width: 957px; 95 95 } 96 96 … … 105 105 } 106 106 107 .nav a{107 /*.nav a{ 108 108 background: url("../images/linkPanel.png") no-repeat top; 109 109 display: inline-block; 110 110 width: 140px; 111 111 height: 40px; 112 /*text-decoration: none;*/113 } 112 text-decoration: none; 113 }*/ 114 114 115 115 .menuButton {
Note: See TracChangeset
for help on using the changeset viewer.