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.css
diff --git
a/edumed/static/css/base.css
b/edumed/static/css/base.css
index
27f9ccf
..
126a98f
100644
(file)
--- a/
edumed/static/css/base.css
+++ b/
edumed/static/css/base.css
@@
-32,7
+32,10
@@
header.main {
vertical-align: middle; }
header.main #organizer {
float: right;
vertical-align: middle; }
header.main #organizer {
float: right;
- margin-top: 1.3em; }
+ font-size: .75em;
+ color: #777; }
+ header.main #organizer img {
+ margin-top: .5em; }
header.main nav ul {
padding: 0;
position: absolute;
header.main nav ul {
padding: 0;
position: absolute;
@@
-157,6
+160,8
@@
footer.main {
.link-list {
list-style: none;
padding: 0; }
.link-list {
list-style: none;
padding: 0; }
+ .link-list li {
+ margin-bottom: .5em; }
.link-list a:before {
content: "→";
margin-right: .5em; }
.link-list a:before {
content: "→";
margin-right: .5em; }
@@
-164,3
+169,10
@@
footer.main {
color: #363a3e; }
.link-list a:hover {
color: #ed7831; }
color: #363a3e; }
.link-list a:hover {
color: #ed7831; }
+
+.plain {
+ margin: 0;
+ padding: 0;
+ list-style: none; }
+ .plain li {
+ margin: 1em 0; }