fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add lesson footer
[edumed.git]
/
edumed
/
static
/
css
/
base.scss
diff --git
a/edumed/static/css/base.scss
b/edumed/static/css/base.scss
index
da9312c
..
093c979
100644
(file)
--- a/
edumed/static/css/base.scss
+++ b/
edumed/static/css/base.scss
@@
-46,7
+46,12
@@
header.main {
}
#organizer {
float: right;
}
#organizer {
float: right;
- margin-top: 1.3em;
+ font-size: .75em;
+ color: #777;
+
+ img {
+ margin-top: .5em;
+ }
}
}
@@
-141,9
+146,9
@@
footer.main {
font-size: .75em;
}
}
font-size: .75em;
}
}
- .
footer-item-half
{
+ .
sponsors-column
{
float: left;
float: left;
- margin-
righ
t: 20 * $px;
+ margin-
lef
t: 20 * $px;
width: 100 * $px;
p {
font-size: .75em;
width: 100 * $px;
p {
font-size: .75em;
@@
-199,6
+204,10
@@
footer.main {
list-style: none;
padding: 0;
list-style: none;
padding: 0;
+ li {
+ margin-bottom: .5em;
+ }
+
a:before {
content: "→";
margin-right: .5em;
a:before {
content: "→";
margin-right: .5em;
@@
-210,3
+219,11
@@
footer.main {
color: $oranji;
}
}
color: $oranji;
}
}
+.plain {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ li {
+ margin: 1em 0;
+ }
+}