glowingbear.css: fix indentation, remove unused colors

This commit is contained in:
Philippe Proulx 2013-10-26 17:15:06 -04:00
parent e4c4cf16b5
commit 810d09e929

View file

@ -131,30 +131,30 @@ input[type=text], input[type=password], .badge {
line-height: 25px; line-height: 25px;
white-space: nowrap; white-space: nowrap;
} }
#topbar .brand { #topbar .brand {
float: left; float: left;
height: 25px; height: 25px;
padding-left: 5px; padding-left: 5px;
} }
#topbar .brand img { #topbar .brand img {
height: 25px; height: 25px;
} }
#topbar .title { #topbar .title {
position: fixed; position: fixed;
left: 14%; left: 14%;
overflow: hidden; overflow: hidden;
} }
#topbar .actions { #topbar .actions {
margin-left: 5px; margin-left: 5px;
padding-left: 5px; padding-left: 5px;
position: fixed; position: fixed;
right: 0; right: 0;
background: #282828; background: #282828;
} }
#topbar .dropdown-menu form { #topbar .dropdown-menu form {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
} }
#topbar, #sidebar, .panel, .dropdown-menu { #topbar, #sidebar, .panel, .dropdown-menu {
background: #282828; background: #282828;
@ -262,50 +262,6 @@ input[type=text], input[type=password], .badge {
color: black; color: black;
} }
.color-28 {
color: greenyellow;
}
.color-00 {
color: coral;
}
.color-yellow {
color: yellow;
}
.color-dark-red {
color: darkred;
}
.color-dark-green {
color: green;
}
.color-dark-blue {
color: darkblue;
}
.color-dark-gray {
color: gray;
}
.color-gray {
color: lightgray;u
}
.color-brown {
color: brown;
}
.color-cyan {
color: cyan;
}
.color-dark-cyan {
color: darkcyan;
}
li.notification { li.notification {
color: green; color: green;
} }