From 032fb82af97c5fd949addd8cb1c1241311c96108 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sun, 12 May 2013 01:00:30 -0400 Subject: small css fixes --- askbot/media/style/style.css | 5 ++--- askbot/media/style/style.less | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css index 87aa39b4..b448aa46 100644 --- a/askbot/media/style/style.css +++ b/askbot/media/style/style.css @@ -475,7 +475,7 @@ body.user-messages { height: 26px; line-height: 26px; font-weight: 300; - background: #FFF; + background: transparent; border: 0px; color: #484848; font-family: Arial; @@ -502,7 +502,7 @@ body.user-messages { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - width: 100% a; + width: 100%; } #searchBar input[type="submit"].searchBtn { right: 0; @@ -1168,7 +1168,6 @@ ul#searchTags { #question-list { float: left; position: relative; - background-color: #FFF; padding: 0; width: 100%; } diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less index aaedd053..20e0c4a1 100644 --- a/askbot/media/style/style.less +++ b/askbot/media/style/style.less @@ -517,7 +517,7 @@ body.user-messages { height: 26px; line-height: 26px; font-weight:300; - background:#FFF; + background: transparent; border:0px; color:#484848; font-family:@body-font; @@ -543,7 +543,7 @@ body.user-messages { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; - width: 100%a + width: 100%; } input[type="submit"].searchBtn { @@ -1230,7 +1230,6 @@ ul#searchTags { #question-list { float: left; position: relative; - background-color: #FFF; padding: 0; width: 100%; } -- cgit v1.2.3-1-g7c22