diff options
author | Case Duckworth | 2015-04-14 18:31:16 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-14 18:31:16 -0700 |
commit | fb064568a974b4f1845be25c476004aa64554acd (patch) | |
tree | 2394169dc3ebed5a0bfb794c9d59768f081529b7 | |
parent | Merge origin and local in wake of v1 (diff) | |
download | autocento-fb064568a974b4f1845be25c476004aa64554acd.tar.gz autocento-fb064568a974b4f1845be25c476004aa64554acd.zip |
Fix directory listing in style.css
-rw-r--r-- | trunk/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/style.css b/trunk/style.css index 5f6a289..dbe10d4 100644 --- a/trunk/style.css +++ b/trunk/style.css | |||
@@ -7,9 +7,9 @@ | |||
7 | /* Playfair Display: headings */ | 7 | /* Playfair Display: headings */ |
8 | @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); | 8 | @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic&subset=latin,latin-ext); |
9 | /* Linux Libertine: body text */ | 9 | /* Linux Libertine: body text */ |
10 | @import url(trunk/libertine.css); | 10 | @import url(libertine.css); |
11 | /* Courier New: typewriter text */ | 11 | /* Courier New: typewriter text */ |
12 | @import url(trunk/courier-prime.css); | 12 | @import url(courier-prime.css); |
13 | /* @imports }}} */ | 13 | /* @imports }}} */ |
14 | /* MAIN LAYOUT ELEMENTS {{{ */ | 14 | /* MAIN LAYOUT ELEMENTS {{{ */ |
15 | /* HTML + BODY {{{ */ | 15 | /* HTML + BODY {{{ */ |