diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-21 10:26:52 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-21 10:26:52 -0500 |
commit | 98be190dd56ff7fa422311f910e700069568db4c (patch) | |
tree | 621fb6cd794772bfaecff735883114731a3ef8d6 /theme/css | |
parent | 4f1cb78e3c3c1ecf568c275fad139fed94b24c35 (diff) | |
download | fourisland-98be190dd56ff7fa422311f910e700069568db4c.tar.gz fourisland-98be190dd56ff7fa422311f910e700069568db4c.tar.bz2 fourisland-98be190dd56ff7fa422311f910e700069568db4c.zip |
Added comment editing and deleting
Diffstat (limited to 'theme/css')
-rwxr-xr-x | theme/css/website.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 0b11cf1..a41a56a 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
@@ -359,6 +359,10 @@ li+br { | |||
359 | display: none; | 359 | display: none; |
360 | } | 360 | } |
361 | 361 | ||
362 | .invisible { | ||
363 | display: none; | ||
364 | } | ||
365 | |||
362 | /* Tables */ | 366 | /* Tables */ |
363 | 367 | ||
364 | table.webmail { | 368 | table.webmail { |