summaryrefslogtreecommitdiff
path: root/project/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'project/assets/css/default.css')
-rw-r--r--project/assets/css/default.css27
1 files changed, 14 insertions, 13 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css
index 827c218..8e09c9b 100644
--- a/project/assets/css/default.css
+++ b/project/assets/css/default.css
@@ -26,8 +26,10 @@ div.white {
}
-figure {
+div.figure {
text-align: center;
+ margin-top: 1em;
+ margin-bottom: 1em;
margin-left: 0.5em;
margin-right: 0.5em;
}
@@ -109,19 +111,28 @@ p {
}
+a.external {
+ background: url("/img/external_link.png");
+ background-size: 1em 1em;
+ background-position: right;
+ background-repeat: no-repeat;
+ padding-right: 1.2em;
+}
+
+
/* Display the navbar like a table to make it
horizontal and evenly spaced. */
-nav ul {
+div.nav ul {
display: table;
width: 100%;
margin: 0.5em auto 0.5em auto;
padding: 0;
}
-nav ul li {
+div.nav ul li {
display: table-cell;
text-align: center;
margin: 0;
@@ -129,14 +140,4 @@ nav ul li {
width: 20%;
}
-/*
-nav ul li:first-child {
- text-align: left;
-}
-
-nav ul li:last-child {
- text-align: right;
-}
-*/
-