aboutsummaryrefslogtreecommitdiff
path: root/less/patterns.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/patterns.less')
-rw-r--r--less/patterns.less9
1 files changed, 1 insertions, 8 deletions
diff --git a/less/patterns.less b/less/patterns.less
index 490069027..1d597c401 100644
--- a/less/patterns.less
+++ b/less/patterns.less
@@ -7,10 +7,6 @@
/* Top bar
-------------------------------------------------- */
-body {
- padding-top: 60px;
- background-position: 0 40px;
-}
div.topbar {
#gradient > .vertical(#333, #222);
position: fixed;
@@ -33,6 +29,7 @@ div.topbar {
float: left;
padding: 0 10px;
line-height: 40px;
+ text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
// Logo
a#logo {
@@ -41,7 +38,6 @@ div.topbar {
color: @gray-light;
font-size: 20px;
font-weight: 200;
- text-shadow: 0 -1px 0 rgba(0,0,0,.25);
img {
float: left;
margin-top: 9px;
@@ -56,9 +52,6 @@ div.topbar {
margin: 0;
li {
display: inline;
- a {
-
- }
&.active a {
color: #fff;
background-color: rgba(0,0,0,.5);