Changeset 1377
- Timestamp:
- 06/15/2009 06:50:11 AM (15 months ago)
- Files:
-
- 1 modified
-
branches/1.2/css/wikka.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/css/wikka.css
r1376 r1377 27 27 } 28 28 29 #page {} 29 #page { 30 width: 100%; 31 float: left; 32 33 } 30 34 31 35 #header { 32 36 position: relative; /* needed for the correct positioning of system messages */ 33 padding: 10px ;34 padding-top: 0px;37 padding: 10px 10px 0 10px; 38 float: left; 35 39 } 36 40 37 41 #content { 42 clear: both; 38 43 color: #000; 39 44 font-size: 13px; … … 47 52 48 53 #footer { 54 margin: 0; 49 55 clear: both; 50 background-color: #DDD; 51 padding: 5px 10px; 52 border: 1px solid #CCC; 53 border-top: none; 54 border-top: 1px solid #CCC; 56 float: left; 57 padding: 2px; 58 } 59 60 #smallprint { 61 clear: both; 62 float: right; 63 font-size: 0.8em; 64 color: #777; 65 padding-right: 0.5%; 66 text-align: right; 55 67 } 56 68 57 69 /* comments */ 58 70 59 #comments {} 71 #comments { 72 border-bottom: 1px solid #CCC; 73 } 60 74 61 75 #commentheader { … … 588 602 589 603 .smaller {font-size: smaller;} 590 591 #smallprint {font-size: 0.8em; color: #777; padding-right: 0.5%; text-align: right;}592 604 593 605 #smallprint a { … … 975 987 976 988 ul#main_menu { 989 margin-top: 10px; 977 990 text-align: left; 978 991 list-style-type: none; 979 992 padding: 0px; 980 float: left;981 993 } 982 994 … … 990 1002 991 1003 ul#main_menu li+li:before { 992 content: " ::";1004 content: " "; 993 1005 } 994 1006