fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix in comments
[edumed.git]
/
edumed
/
static
/
css
/
base.scss
diff --git
a/edumed/static/css/base.scss
b/edumed/static/css/base.scss
index
38f8a09
..
0ae9648
100644
(file)
--- a/
edumed/static/css/base.scss
+++ b/
edumed/static/css/base.scss
@@
-1,4
+1,4
@@
-@import url(
http:
//fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
+@import url(//fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext);
@import "vars";
@import "mixins";
@import "vars";
@import "mixins";
@@
-20,6
+20,23
@@
body {
.clr {
clear: both;
}
.clr {
clear: both;
}
+
+#banners {
+ display: inline-block;
+ margin: 0 auto;
+ width: 58.75em;
+
+ > a {
+ display: block;
+ width: 100%;
+ }
+
+ img {
+ display: block;
+ margin: 0 auto;
+ width: 100%;
+ }
+}
#header-wrapper {
background-image: url(../img/header-bar.png);
background-repeat: repeat-x;
#header-wrapper {
background-image: url(../img/header-bar.png);
background-repeat: repeat-x;