From 5c53ca7c669f9165a6cda384fdb53efadb4874dd Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 29 Aug 2009 21:48:52 +0100 Subject: Add noborder css class --- includes/default.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3