summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-11 00:14:04 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-11 00:14:04 +0200
commit68908d66e88cfd9b6a846d5f722f1ae9bad61267 (patch)
treeebaaa273aeef42e22cc5c023605024d271208323 /src/style.css
parent3fe41b4540b893965ee4e451b7704f250cf9eb69 (diff)
downloadwebsite-68908d66e88cfd9b6a846d5f722f1ae9bad61267.tar.xz
merged border style, changed header fontsize/padding
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/style.css b/src/style.css
index ed4c3ef..70837c8 100644
--- a/src/style.css
+++ b/src/style.css
@@ -13,9 +13,7 @@ body {
margin: -1.5rem auto;
padding-left: 1rem;
padding-right: 1rem;
- border-width: 0 1px 1px 1px;
- border-style: solid;
- border-color: #ccc;
+ border: 1px solid #ccc;
background-color: #fcfcfc;
font-family: 'PT Sans';
font-size: 16px;
@@ -31,15 +29,15 @@ a:hover {
color: #339;
}
-header nav {
- padding-top: 2.25rem;
+header {
+ font-size: 0.9rem;
+ padding-top: 1.25rem;
}
header nav ul {
font-family: 'DejaVu Sans Mono';
font-size: 0.9rem;
list-style-type: none;
padding: 0;
- margin: 0;
}
header nav ul li {
margin-right: 0.5rem;
@@ -52,7 +50,7 @@ header nav a:hover {
color: #000;
}
header h1 {
- font-size: 1.6rem;
+ margin: 0;
}
.post, .botborder {