This commit is contained in:
parent
e6edc0a531
commit
1461646fff
1 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue