diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 13:46:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:31 +0100 |
commit | 307f88ae5ea3b63a370cc2089599919b987da98b (patch) | |
tree | 9360a1f42b0db86d2bc16ef2a05b351355a2ebf5 /local.css | |
parent | ece32edf0ee30721d9c00ae7247b8692b615dc74 (diff) |
Remove border (top of page) (Now it should work).
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /* Add local styling here, instead of modifying style.css. */ -div#actions ul { +div.actions ul { border-bottom: 0; } |