tag字号校正,tap边框调整

This commit is contained in:
wanglinchun 2013-08-31 17:11:35 +08:00
parent 3d729df268
commit 8ad344e277
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
html {overflow-y:scroll;} html {overflow-y:scroll;}
body { font-family: Verdana, sans-serif; font-size: 13px; color:#484848; margin: 0; padding: 0; min-width: 900px; } /*modified by men*/ body { font-family: Verdana, sans-serif; font-size: 13px; color:#484848; margin: 0; padding: 0; min-width: 900px; } /*modified by linchun*/
h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;} h1, h2, h3, h4 {font-family: "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
#content h1, h2, h3, h4 {color: #555;} #content h1, h2, h3, h4 {color: #555;}
@ -1527,7 +1527,7 @@ button.tab-right {
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;} #content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;}
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;} #content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;}
#content .tabs_new ul li { #content .tabs_new ul li {
width:75px; width:77px; /*modified by linchun*/
float:left; float:left;
list-style-type:none; list-style-type:none;
white-space:nowrap; white-space:nowrap;
@ -1966,7 +1966,7 @@ h2 img { vertical-align:middle; }
overflow:hidden; overflow:hidden;
} }
/*added by william*/ /*added by william*/
#tag { #tag {
background: url(../images/issue_tag.png) no-repeat right -19px; background: url(../images/issue_tag.png) no-repeat right -19px;
border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
@ -1974,7 +1974,7 @@ h2 img { vertical-align:middle; }
padding: 0px 4px; padding: 0px 4px;
margin: 3px; margin: 3px;
display: inline-block; display: inline-block;
font-size: 11px; font-size: 13px; /*modified by linchun*/
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }