diff options
| author | hukl <contact@smyck.org> | 2009-09-05 15:08:33 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-05 15:08:33 +0200 |
| commit | 2df933b6b726526689cbcb55a8614d2992973081 (patch) | |
| tree | bab1339f4a48e28af5cf39392cc2084908269e16 | |
| parent | 7963e985b50175ef2e60facc8125c79119aecfcb (diff) | |
fixing menu padding and font-size
| -rw-r--r-- | public/stylesheets/ccc.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 060860a..33e726a 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -3,7 +3,7 @@ body { | |||
| 3 | padding: 0; | 3 | padding: 0; |
| 4 | text-align: center; | 4 | text-align: center; |
| 5 | font-family: Verdana, sans-serif; | 5 | font-family: Verdana, sans-serif; |
| 6 | font-size: 10pt; | 6 | font-size: 9pt; |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | a { | 9 | a { |
| @@ -54,7 +54,6 @@ div#main_navigation a:hover { | |||
| 54 | 54 | ||
| 55 | div#main_navigation a.active { | 55 | div#main_navigation a.active { |
| 56 | color: #535353; | 56 | color: #535353; |
| 57 | font-size: 22px; | ||
| 58 | } | 57 | } |
| 59 | 58 | ||
| 60 | div#frontpage_calendar { | 59 | div#frontpage_calendar { |
| @@ -68,6 +67,10 @@ div#frontpage_calendar h2 { | |||
| 68 | padding-bottom: 2px; | 67 | padding-bottom: 2px; |
| 69 | } | 68 | } |
| 70 | 69 | ||
| 70 | div#frontpage_calendar ul { | ||
| 71 | padding: 0px; | ||
| 72 | } | ||
| 73 | |||
| 71 | div#frontpage_calendar li { | 74 | div#frontpage_calendar li { |
| 72 | list-style-type: none; | 75 | list-style-type: none; |
| 73 | margin-bottom: 20px; | 76 | margin-bottom: 20px; |
| @@ -94,10 +97,10 @@ div#left_column { | |||
| 94 | background-position: top right; | 97 | background-position: top right; |
| 95 | background-repeat: no-repeat; | 98 | background-repeat: no-repeat; |
| 96 | left: 0px; | 99 | left: 0px; |
| 97 | width: 145px; | 100 | width: 115px; |
| 98 | min-height: 100px; | 101 | min-height: 100px; |
| 99 | text-align: right; | 102 | text-align: right; |
| 100 | padding-right: 40px; | 103 | padding-right: 70px; |
| 101 | } | 104 | } |
| 102 | 105 | ||
| 103 | 106 | ||
