1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Add .s2-docs-home to "home" layout, add partial for homepage CSS.

This commit is contained in:
Florian Kissling 2015-04-28 01:43:31 +02:00
parent e0e79dbc4e
commit eef50c9b94
2 changed files with 15 additions and 8 deletions

View File

@ -1,14 +1,7 @@
<!doctype html>
<html>
<html class="s2-docs-home">
<head>
{% include head.html %}
<style type="text/css">
.navbar, .jumbotron { margin-bottom: 0; }
.jumbotron-side { padding-top: 2em; }
.notice-previous { background-color: #d9edf7; border-top: 1px solid #bce8f1; border-bottom: 1px solid #bce8f1; color: #31708f; padding: 0.5em; margin-bottom: 1em; text-align: center; }
.notice-previous a { font-weight: bold; }
</style>
</head>
<body>
{% include navigation.html %}

View File

@ -0,0 +1,14 @@
.notice-previous {
padding: 15px 20px;
color: #777;
background-color: #FAFAFA;
border-top: 1px solid #FFF;
border-bottom: 1px solid #E5E5E5;
a {
font-weight: bold;
}
}
.s2-docs-home .jumbotron {
margin-bottom: 0;
}