This commit is contained in:
Arslan Hassan 2014-09-22 06:38:12 +00:00
parent e6edc0a531
commit 1461646fff

View file

@ -5,7 +5,7 @@
* @Theme Name : ClipBucket 2013 Fall
*/
body {
background-color: rgba(218, 218, 218, 0.16);
background-color: #f7f7f7;
color: #000000;
font-family: "Roboto", "Segoe UI", "Helvetica neue", Helvetica, sans-serif;
font-size: 14px;
@ -520,8 +520,8 @@ a:focus{outline: none !important;}
.navbar {
line-height: 60px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
background: #fff;
}
.navbar-default .navbar-nav > li > a {
color: #0099cc;
@ -2379,4 +2379,5 @@ padding-right: 0px;
margin-right: 10px;
max-width: 60px;
max-height: 60px;
}
}