summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-12 01:00:30 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-12 01:00:30 -0400
commit032fb82af97c5fd949addd8cb1c1241311c96108 (patch)
treeeb706b144b3a1a8f6537103385f9bbc2b378c81d
parentac6ca46090c778a80ec269557910d2ce3b772216 (diff)
downloadaskbot-032fb82af97c5fd949addd8cb1c1241311c96108.tar.gz
askbot-032fb82af97c5fd949addd8cb1c1241311c96108.tar.bz2
askbot-032fb82af97c5fd949addd8cb1c1241311c96108.zip
small css fixes
-rw-r--r--askbot/media/style/style.css5
-rw-r--r--askbot/media/style/style.less5
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%;
}