Minor ui fixes

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-11-14 17:57:09 +02:00
parent 83b0a24e05
commit f51c21b671
No known key found for this signature in database
GPG Key ID: 2CEAFD2671262EC2
2 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,6 @@
color: #666;
margin:20px 0;
background: #FAFAFA;
box-shadow: inset 0 1px 0 #fff, 0 1px 5px #f1f1f1;
.control-group {
margin-bottom: 0;

View File

@ -116,3 +116,7 @@ pre.well-pre {
color: #FFF;
}
}
.dropdown-menu > li > a {
text-shadow: none;
}