Commit 46ed6fb5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Revert "Fix anchor issue with fixed navbar"

This reverts commit 204b3c12.
parent 18b7acc3
......@@ -20,17 +20,6 @@
margin-bottom: 10px;
clear: both;
/* Hack for anchors and fixed navbar */
&[id] {
&:before {
content: '';
display: block;
position: relative;
width: 0;
height: 3em;
margin-top: -3em;
}
}
&:target {
.timeline-entry-inner .timeline-content {
......
......@@ -98,7 +98,8 @@ a:focus {
$size: 16px;
position: absolute;
right: 100%;
bottom: 7px;
top: 50%;
margin-top: -$size/2;
margin-right: 0px;
padding-right: 20px;
display: inline-block;
......@@ -108,18 +109,6 @@ a:focus {
background-size: contain;
background-repeat: no-repeat;
}
/* Hack for anchors and fixed navbar */
&[id] {
&:before {
content: '';
display: block;
position: relative;
width: 0;
height: 3em;
margin-top: -3em;
}
}
}
ul {
......
......@@ -12,3 +12,4 @@ html {
.container .content {
margin: 0 0;
}
......@@ -65,10 +65,8 @@
max-width: 100%;
}
h1, h2, h3 {
&:first-child {
margin-top: 0;
}
*:first-child {
margin-top: 0;
}
code { padding: 0 4px; }
......
......@@ -8,6 +8,8 @@ header {
margin-bottom: 0;
min-height: 40px;
border: none;
position: fixed;
top: 0;
width: 100%;
.navbar-inner {
......
......@@ -57,7 +57,6 @@ ul.notes {
.note {
display: block;
position:relative;
.attachment {
font-size: 14px;
}
......
%header.navbar.navbar-fixed-top.navbar-gitlab
%header.navbar.navbar-static-top.navbar-gitlab
.navbar-inner
.container
%div.app_logo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment