diff options
author | Nick White <git@njw.me.uk> | 2009-08-29 21:48:52 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-08-29 21:48:52 +0100 |
commit | 5c53ca7c669f9165a6cda384fdb53efadb4874dd (patch) | |
tree | 5b6dc256db4c68aba3015e30aa0d4759e52ccdf7 /includes/default.css | |
parent | cf4d4c83a3ac99aa16717a0ad35d4fe173b91a0c (diff) | |
download | njw-website-source-5c53ca7c669f9165a6cda384fdb53efadb4874dd.tar.bz2 njw-website-source-5c53ca7c669f9165a6cda384fdb53efadb4874dd.zip |
Add noborder css class
Diffstat (limited to 'includes/default.css')
-rw-r--r-- | includes/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/default.css b/includes/default.css index a98ab34..b23c496 100644 --- a/includes/default.css +++ b/includes/default.css @@ -68,3 +68,5 @@ div#copyright p margin-top: 0.2ex; margin-bottom: 0.2ex; } + +.noborder { border: none; } |