From 4603c8b53fffa6f5c6d2d5e188900d45d1358a25 Mon Sep 17 00:00:00 2001 From: nccu Date: Mon, 23 Mar 2015 17:17:52 +0800 Subject: [PATCH] help desinger fix IE8 --- .../nccu/assets/stylesheets/template/ie.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/app/templates/nccu/assets/stylesheets/template/ie.scss b/app/templates/nccu/assets/stylesheets/template/ie.scss index 258a65c..5cdb8a1 100644 --- a/app/templates/nccu/assets/stylesheets/template/ie.scss +++ b/app/templates/nccu/assets/stylesheets/template/ie.scss @@ -1,5 +1,21 @@ +body { + border: 1px solid #000; +} +.main_header_inner { + height: 132px; + position: relative; +} .main_header .page_sub_menu { margin-top: 36px; + position: absolute; + top: 0; + right: 0; + + a { + font-size: 11px; + } +} +.main_header .main_container { } .main_menu.collapse { .page_menu.level_1 {