Changeset 106 for trunk/web-app/css
- Timestamp:
- Apr 7, 2009, 12:21:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r98 r106 17 17 width: 980px 18 18 background: #fff; 19 color: # 333;19 color: #222; 20 20 font: 14px verdana, arial, helvetica, sans-serif; 21 21 background: transparent url("../images/brushed_metal.png") repeat fixed center; … … 55 55 font-weight: bold; 56 56 text-decoration: none; 57 } 58 59 img { 60 border: 0px; 57 61 } 58 62 … … 91 95 padding: 0px 20px 20px; 92 96 background: url("../images/Contentbg.png") repeat-y scroll center; 93 height: 100%; 97 /* height: 100%; */ 94 98 } 95 99 … … 212 216 th { 213 217 background: #fff url(../images/skin/shadow.jpg); 214 color: # 666;218 color: #555; 215 219 font-size: 14px; 216 220 font-weight: bold; … … 333 337 padding-left: 28px; 334 338 } 339 .buttons input.add { 340 background: transparent url(../images/skin/database_add.png) 5px 50% no-repeat; 341 padding-left: 28px; 342 } 335 343 336 344 #bottom {
Note: See TracChangeset
for help on using the changeset viewer.