From 5d25d4f1e6e5f031df43cf9359cfb6989af55ae3 Mon Sep 17 00:00:00 2001 From: Aaron Reisman Date: Tue, 19 Jul 2011 17:26:49 -0700 Subject: [PATCH] * Fixed comment in mod.css --- core/module/mod.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/mod.css b/core/module/mod.css index c73050ad..f942e474 100644 --- a/core/module/mod.css +++ b/core/module/mod.css @@ -32,4 +32,4 @@ b{display:block;background-repeat:no-repeat;font-size:1%;position:relative;z-ind .pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;} .pop .tl, .pop .br{display:none;} .pop .bl{bottom:-10px;} -.pop .tr{float:right;margin-right:-10px;_display:inline;/fix double margin bug/} \ No newline at end of file +.pop .tr{float:right;margin-right:-10px;_display:inline; /*fix double margin bug*/ } \ No newline at end of file