aboutsummaryrefslogtreecommitdiffstats
path: root/web/jcs/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/jcs/common.css')
-rw-r--r--web/jcs/common.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/jcs/common.css b/web/jcs/common.css
new file mode 100644
index 0000000..f05adea
--- /dev/null
+++ b/web/jcs/common.css
@@ -0,0 +1,14 @@
+div.com_pbox{
+ width:1224px;
+ margin:0px auto 0px auto;
+ position:relative;
+ display:none;
+}
+div.com_mbox{
+ width:978px;
+ margin:32px auto 32px auto;
+ padding:0px 6px 0px 6px;
+ background-color:#373C38;
+ position:relative;
+ display:none;
+}