Adapt freifunk bootstrap skin
This commit is contained in:
parent
5dc59c0ea0
commit
a83910dda7
|
@ -1,9 +1,8 @@
|
|||
<header class="site-header">
|
||||
<div class="wrap">
|
||||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||
<header>
|
||||
<nav class="navbar navbar-default">
|
||||
<div class="navbar-header">
|
||||
<a class="navbar-brand" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
||||
|
||||
<nav class="site-nav">
|
||||
<a class="page-link" href="{{ site.about_page }}">About</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
@ -13,7 +13,7 @@ body {
|
|||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
font-weight: 300;
|
||||
background-color: #fdfdfd;
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
|
||||
/* Utility */
|
||||
|
@ -35,18 +35,16 @@ body {
|
|||
/* Site header */
|
||||
|
||||
.site-header {
|
||||
border-top: 5px solid #333;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
min-height: 56px;
|
||||
background-color: white;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.site-title,
|
||||
.site-title:hover,
|
||||
.site-title:visited {
|
||||
display: block;
|
||||
color: #333;
|
||||
font-size: 26px;
|
||||
color: #FFF;
|
||||
letter-spacing: -1px;
|
||||
float: left;
|
||||
line-height: 56px;
|
||||
|
@ -105,7 +103,6 @@ body {
|
|||
|
||||
.page-content {
|
||||
padding: 30px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue