Create zephyr.css

(imported from commit 56c698496ba5cc59aeed4902dfee7bcfa248ffcf)
This commit is contained in:
Keegan McAllister 2012-08-28 16:08:45 -04:00
parent c454718f3a
commit 54622c9101
2 changed files with 12 additions and 13 deletions

View File

@ -5,19 +5,7 @@
<head>
<title>Zephyr</title>
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
/* Make room for the topbar */
padding-top: 50px;
}
/* From bootstrap-responsive.css */
.navbar .brand {
padding-right: 10px;
padding-left: 10px;
margin: 0 0 0 -5px;
}
</style>
<link href="/static/styles/zephyr.css" rel="stylesheet">
</head>
<body>

View File

@ -0,0 +1,11 @@
body {
/* Make room for the topbar */
padding-top: 50px;
}
/* From bootstrap-responsive.css */
.navbar .brand {
padding-right: 10px;
padding-left: 10px;
margin: 0 0 0 -5px;
}