From b3e6ab5df1effd7360fa861b9cb1380ddbdf8d3c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 11 Oct 2014 00:38:25 +0200 Subject: style.css move around a role, whitespace change --- src/style.css | 6 +++--- 1 file 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; -- cgit v1.2.3-54-g00ecf