fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
random fixes
[edumed.git]
/
edumed
/
static
/
css
/
base.scss
diff --git
a/edumed/static/css/base.scss
b/edumed/static/css/base.scss
index
3bf409f
..
c29938d
100644
(file)
--- a/
edumed/static/css/base.scss
+++ b/
edumed/static/css/base.scss
@@
-140,16
+140,16
@@
footer.main {
border-top: 1px solid #c9ccce;
width: 940 * $px;
padding: .2em 10 * $px;
border-top: 1px solid #c9ccce;
width: 940 * $px;
padding: .2em 10 * $px;
- margin: 40*$px auto
0
auto;
+ margin: 40*$px auto
1em
auto;
color: #9a9c9e;
color: #9a9c9e;
+ p {
+ font-size: .75em;
+ }
.footer-item {
float: left;
margin-right: 20 * $px;
width: 220 * $px;
.footer-item {
float: left;
margin-right: 20 * $px;
width: 220 * $px;
- p {
- font-size: .75em;
- }
}
.sponsors-column {
float: left;
}
.sponsors-column {
float: left;
@@
-159,6
+159,9
@@
footer.main {
font-size: .75em;
}
}
font-size: .75em;
}
}
+ .footer-extra p {
+ margin-top: 0;
+ }
}
}
@@
-224,6
+227,13
@@
footer.main {
color: $oranji;
}
}
color: $oranji;
}
}
+.link-list-colored {
+ a {
+ color: $oranji;
+ }
+}
+
+
.plain {
margin: 0;
padding: 0;
.plain {
margin: 0;
padding: 0;
@@
-232,3
+242,10
@@
footer.main {
margin: 1em 0;
}
}
margin: 1em 0;
}
}
+
+.flatpage {
+ img {
+ border: 5*$px solid #eee;
+ margin: 1.3em;
+ }
+}