aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-24 10:39:17 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-24 10:39:17 +0100
commit1233c89b66f4e4a8a8aa219921af145ea9996dc9 (patch)
tree0d541c09cf4cf183e78b50c15da80249ffc4772c /assets
parent1c189a12023060a247215073dc1e79cabf86071d (diff)
Move title to the right
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css13
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 36e0023..f3222e3 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -3,9 +3,6 @@ body {
margin: 5% 10%;
color: #222;
}
-h1 {
- color: #F50;
-}
a {
color: #05A;
text-decoration: none;
@@ -33,9 +30,15 @@ blockquote {
dd {
padding-bottom: 1em;
}
-nav {
+header {
float: right;
}
-nav a {
+header a {
padding: 1ex;
}
+header p {
+ text-align: right;
+ font-size: large;
+ font-weight: bold;
+ color: #F50;
+}