diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-11-08 11:33:46 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-11-08 11:33:46 +0000 |
| commit | 2c5ee7b5467a9703b6467b8a892d79e06b69b62f (patch) | |
| tree | c92ebe4dedb0984299f767dbb9954520c338c061 /styles | |
| parent | d5a8088cfcc57e59101dd9c22f0c08ea5651d325 (diff) | |
| download | calendar-2c5ee7b5467a9703b6467b8a892d79e06b69b62f.tar.gz calendar-2c5ee7b5467a9703b6467b8a892d79e06b69b62f.tar.bz2 calendar-2c5ee7b5467a9703b6467b8a892d79e06b69b62f.zip | |
Fix linking of minical css since it can be used from a {minical} tag or in a module and <link> has to be in <head>. Need to figure out how to tell if the minical has been rendered at all or will be by a module to not require the css all the time.
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/minical.css | 7 | ||||
| -rw-r--r-- | styles/plain.css | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/styles/minical.css b/styles/minical.css new file mode 100644 index 0000000..80ecec5 --- /dev/null +++ b/styles/minical.css @@ -0,0 +1,7 @@ +.minical td.day { text-align: center; } +.minical .prev { text-align: left; float:left; } +.minical .next { text-align: right; float:right; } +.minical th.dow { font-size: 10pt; } +.minical td.today { font-weight: bold; text-align: center;} +.minical td.selected {background-color: #B0B0B0; text-align: center;} +.minical td.dim {font-size:8pt; background-color: #FFFFFF; } diff --git a/styles/plain.css b/styles/plain.css index 59a05b7..7e9ade8 100644 --- a/styles/plain.css +++ b/styles/plain.css @@ -36,10 +36,3 @@ .caloptions .calbitpage ,.calitems .calbitpage a {background:#bbb;} */ -.minical td.day { text-align: center; } -.minical .prev { text-align: left; float:left; } -.minical .next { text-align: right; float:right; } -.minical th.dow { font-size: 10pt; } -.minical td.today { font-weight: bold; text-align: center;} -.minical td.selected {background-color: #B0B0B0; text-align: center;} -.minical td.dim {font-size:8pt; background-color: #FFFFFF; } |
