summary refs log tree commit diff stats
path: root/theme/css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-21 10:26:52 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-21 10:26:52 -0500
commit98be190dd56ff7fa422311f910e700069568db4c (patch)
tree621fb6cd794772bfaecff735883114731a3ef8d6 /theme/css
parent4f1cb78e3c3c1ecf568c275fad139fed94b24c35 (diff)
downloadfourisland-98be190dd56ff7fa422311f910e700069568db4c.tar.gz
fourisland-98be190dd56ff7fa422311f910e700069568db4c.tar.bz2
fourisland-98be190dd56ff7fa422311f910e700069568db4c.zip
Added comment editing and deleting
Diffstat (limited to 'theme/css')
-rwxr-xr-xtheme/css/website.css4
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
364table.webmail { 368table.webmail {