diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5e4a40be4..9abbb1df2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1,5 +1,5 @@ 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;} #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 ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;} #content .tabs_new ul li { - width:75px; + width:77px; /*modified by linchun*/ float:left; list-style-type:none; white-space:nowrap; @@ -1966,7 +1966,7 @@ h2 img { vertical-align:middle; } overflow:hidden; } -/*added by william*/ +/*added by william*/ #tag { background: url(../images/issue_tag.png) no-repeat right -19px; border-radius: 5px 5px 5px 5px; @@ -1974,7 +1974,7 @@ h2 img { vertical-align:middle; } padding: 0px 4px; margin: 3px; display: inline-block; - font-size: 11px; + font-size: 13px; /*modified by linchun*/ text-decoration: none; cursor: pointer; }