summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-11 00:38:25 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-11 00:38:25 +0200
commitb3e6ab5df1effd7360fa861b9cb1380ddbdf8d3c (patch)
treebfd51495a526dd853387a1b63ee65068016189b5
parentbc49ab3447fa62f1d216910c8c21af614337d352 (diff)
downloadtheos-website-b3e6ab5df1effd7360fa861b9cb1380ddbdf8d3c.tar.xz
style.css move around a role, whitespace change
-rw-r--r--src/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css
index 746460f..13a5255 100644
--- a/src/style.css
+++ b/src/style.css
@@ -12,8 +12,8 @@ body {
padding: 0 1rem;
border: 1px solid #ccc;
background-color: #fcfcfc;
- -moz-hyphens:auto; -webkit-hyphens:auto;
- -ms-hyphens:auto; hyphens:auto;
+ -moz-hyphens: auto; -webkit-hyphens: auto;
+ -ms-hyphens: auto; hyphens: auto;
}
a, a:visited {
@@ -29,10 +29,10 @@ header {
padding-top: 1.25rem;
}
header nav ul {
- padding: 0;
font-size: 0.9rem;
font-family: 'DejaVu Sans Mono';
list-style-type: none;
+ padding: 0;
}
header nav ul li {
display: inline;