summaryrefslogtreecommitdiff
path: root/public/stylesheets/ccc.css
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
committerhukl <contact@smyck.org>2009-09-05 18:08:23 +0200
commitf919497c2b590402c3cbd7744097a9bd32b70afd (patch)
tree94961500f507a7cceec67868fe042755d94151d8 /public/stylesheets/ccc.css
parent3c631738935199aba050223bac50416b299e16c5 (diff)
added tag resource, widget and auxillary files
Diffstat (limited to 'public/stylesheets/ccc.css')
-rw-r--r--public/stylesheets/ccc.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css
index 33e726a..4307f0e 100644
--- a/public/stylesheets/ccc.css
+++ b/public/stylesheets/ccc.css
@@ -62,7 +62,7 @@ div#frontpage_calendar {
62div#frontpage_calendar h2 { 62div#frontpage_calendar h2 {
63 border-top: 2px solid #000000; 63 border-top: 2px solid #000000;
64 border-bottom: 2px dashed #000000; 64 border-bottom: 2px dashed #000000;
65 font-size: 18px; 65 font-size: 16px;
66 padding-top: 2px; 66 padding-top: 2px;
67 padding-bottom: 2px; 67 padding-bottom: 2px;
68} 68}
@@ -119,9 +119,10 @@ div#center_column h2 a {
119 119
120div#right_column { 120div#right_column {
121 position: absolute; 121 position: absolute;
122 background-color: #f1f1f1; 122 background-color: #ffffff;
123 padding-left: 70px;
123 left: 735px; 124 left: 735px;
124 width: 174px; 125 width: 115px;
125 height: 100px; 126 height: 100px;
126} 127}
127 128