- Timestamp:
- Nov 20, 2009, 2:38:06 PM (15 years ago)
- Location:
- trunk/web-app
- Files:
-
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/main.css
r181 r192 31 31 background: url("../images/topBg.png") no-repeat scroll center; 32 32 width: 1020px; 33 height: 44px;33 height: 31px; 34 34 } 35 35 36 36 #content { 37 37 padding: 0px 20px 20px; 38 background: url("../images/ Contentbg.png") repeat-y scroll center;38 background: url("../images/contentbg.png") repeat-y scroll center; 39 39 width: 980px; 40 40 /*border: 1px solid #ccc;*/ … … 44 44 background: transparent url("../images/logo.png") no-repeat scroll center; 45 45 width: 980px; 46 height: 1 60px;46 height: 136px; 47 47 /*border: 1px solid;*/ 48 48 } 49 49 #HeaderLink{ 50 50 display: block; 51 width: 650px;52 height: 1 60px;51 width: 958px; 52 height: 136px; 53 53 } 54 54 … … 116 116 padding: 0.3em 0px 0.3em 0; 117 117 font-size: 14px; 118 margin: 0 165px 0 0;118 margin: 0 50px 0 0; 119 119 /*border: 1px solid #ccc;*/ 120 120 } … … 414 414 width:70%; 415 415 left: 50%; 416 margin-left: -3 5%;416 margin-left: -36%; 417 417 top: 50%; 418 margin-top: - 15%;418 margin-top: -26%; 419 419 border: 2px solid #666666; 420 420 background-color: white; … … 433 433 /* Navigation Plugin Override */ 434 434 .navigation { 435 padding: 0px 0px 0px 165px;435 padding: 0px 0px 0px 50px; 436 436 list-style-type: none; 437 437 clear: both; … … 494 494 .subnavigation { 495 495 /*padding: 0px 0px 0px 165px;*/ 496 padding: 0px 0px 0px 220px;496 padding: 0px 0px 0px 105px; 497 497 list-style-type: none; 498 498 clear: both;
Note: See TracChangeset
for help on using the changeset viewer.