summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-02-18 15:32:15 +0100
committerhukl <contact@smyck.org>2012-02-18 15:32:15 +0100
commit55200208ad2accd5dc65cbce2e430a6cb664759a (patch)
treebcdc985c921d65d4fbe74bf2ad6d7c16f93041e1 /public
parente6ea22015ebcc255247d37ec30ad12f31329a2a6 (diff)
minor css tweaks
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 0657876..5fefebd 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -73,7 +73,7 @@ div.article_partial h2 a {
73h3 { 73h3 {
74 font-size: 13px; 74 font-size: 13px;
75 text-decoration: none; 75 text-decoration: none;
76 76
77} 77}
78 78
79h4 { 79h4 {
@@ -135,6 +135,10 @@ div#frontpage_calendar ul, div#tags ul, div#featured_articles ul {
135 font-size: 11px; 135 font-size: 11px;
136} 136}
137 137
138div#featured_articles #ds_icon img {
139 padding-top: 10px;
140}
141
138div#frontpage_calendar li { 142div#frontpage_calendar li {
139 margin-bottom: 20px; 143 margin-bottom: 20px;
140} 144}
@@ -148,8 +152,8 @@ div#frontpage_calendar li a, div#tags li a, div#featured_articles li a {
148 color: #535353; 152 color: #535353;
149} 153}
150 154
151div#frontpage_calendar li a:hover, 155div#frontpage_calendar li a:hover,
152div#tags li a:hover, 156div#tags li a:hover,
153div#featured_articles li a:hover { 157div#featured_articles li a:hover {
154 text-decoration: none; 158 text-decoration: none;
155 color: #ff9600; 159 color: #ff9600;
@@ -182,7 +186,7 @@ div#center_column {
182 left: 200px; 186 left: 200px;
183 width: 460px; 187 width: 460px;
184 padding-left: 15px; 188 padding-left: 15px;
185 padding-right: 15px; 189 padding-right: 15px;
186 padding-bottom: 40px; 190 padding-bottom: 40px;
187} 191}
188 192
@@ -191,7 +195,7 @@ div#right_column {
191 background-color: #ffffff; 195 background-color: #ffffff;
192 padding-left: 70px; 196 padding-left: 70px;
193 left: 675px; 197 left: 675px;
194 width: 155px; 198 width: 155px;
195 height: 100px; 199 height: 100px;
196} 200}
197 201