Changeset 37 for trunk/src/web-app/css/main.css
- Timestamp:
- Jan 27, 2009, 5:21:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/web-app/css/main.css
r36 r37 59 59 float: left; 60 60 margin: 0 15px 10px 15px; 61 width: 950px; 62 61 63 } 62 64 … … 64 66 65 67 .nav { 66 background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;67 border: 1px solid #ccc;68 border-style: solid none solid none;68 /*background: #fff url(../images/skin/shadow.jpg) bottom center repeat-x;*/ 69 /*border: 1px solid #ccc; */ 70 /*border-style: solid none solid none; */ 69 71 margin-top: 5px; 70 72 padding: 7px 12px; 73 width: 900px; 74 } 75 76 .nav a{ 77 background: url("../images/linkPanel.png") no-repeat top; 78 display: inline-block; 79 width: 140px; 80 height: 40px; 81 padding: 10px; 82 text-decoration: none; 71 83 } 72 84
Note: See TracChangeset
for help on using the changeset viewer.