From 8ad344e27781b2eba172e0dd0ee61fe0586c991b Mon Sep 17 00:00:00 2001 From: wanglinchun <123@163.com> Date: Sat, 31 Aug 2013 17:11:35 +0800 Subject: [PATCH] =?UTF-8?q?tag=E5=AD=97=E5=8F=B7=E6=A0=A1=E6=AD=A3?= =?UTF-8?q?=EF=BC=8Ctap=E8=BE=B9=E6=A1=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/application.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }