mirror of https://github.com/zulip/zulip.git
Create zephyr.css
(imported from commit 56c698496ba5cc59aeed4902dfee7bcfa248ffcf)
This commit is contained in:
parent
c454718f3a
commit
54622c9101
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue