diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 22:45:39 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-08-13 22:45:39 +0200 |
| commit | 3fadc8b6863a267884e242b9e6303cfd117fce4e (patch) | |
| tree | d725d31a765fd15ab91599f4bc70b5f4a7b66cbb /templates/styles.css | |
| parent | 36bfdb4704a6d7b8f46f69f4c5c5d3372f1064fc (diff) | |
| download | cataract-3fadc8b6863a267884e242b9e6303cfd117fce4e.tar.xz | |
Small design fixes
Diffstat (limited to 'templates/styles.css')
| -rw-r--r-- | templates/styles.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/templates/styles.css b/templates/styles.css index 10fc110..dfaf476 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -58,9 +58,18 @@ div.desc { } div.desc_date { - margin-top: 8px; + font-size: 11px; + font-weight: normal; + color: #D0D0D0; +} + +div.desc_text { + margin-top: 5px; + margin-left: 10px; + margin-right: 40px; font-size: 12px; font-weight: normal; + line-height: 140%; color: #D0D0D0; } |
