diff options
author | pzread <netfirewall@gmail.com> | 2013-07-29 01:55:58 +0800 |
---|---|---|
committer | pzread <netfirewall@gmail.com> | 2013-07-29 01:55:58 +0800 |
commit | e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c (patch) | |
tree | ada51b6e8685bfb44f08ba4f02ffa734e91cdb53 /src/css | |
parent | 456b6867161c1f1295993c61b3726ff44a3c809e (diff) | |
download | taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar.gz taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar.bz2 taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar.lz taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar.xz taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.tar.zst taiwan-online-judge-e6e1c5fa269cac26fa15ac15c2c24be05f2ac72c.zip |
Add websocket sendfile
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/index.less | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/css/index.less b/src/css/index.less index 4cd496a..04f75eb 100644 --- a/src/css/index.less +++ b/src/css/index.less @@ -17,20 +17,18 @@ body{ overflow:hidden; &.active{ - height:41px; + height:33px; opacity:1; display:block; } } .index_tag{ - height:32px; - line-height:32px; + height:33px; + line-height:33px; opacity:0.2; transition:opacity @fast; &.active,&:hover{ - height:41px; - line-height:41px; opacity:1; } @@ -84,7 +82,7 @@ body{ div.tagblock{ width:100%; - height:41px; + height:33px; box-shadow:0px 3px 2px -2px fade(@black,10%); } div.menu{ @@ -92,7 +90,6 @@ body{ li > a{ height:48px; padding-left:32px; - padding-right:-32px; font-size:@NormalFontSize; font-weight:bold; line-height:48px; @@ -114,7 +111,7 @@ body{ div.tagblock{ width:100%; - height:41px; + height:33px; box-shadow:0px 3px 2px -2px fade(@black,10%); } div.notice{ |