From 0e28d23828544f8c14c3453d439f0d84a62305e3 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 25 Mar 2015 11:00:41 -0700 Subject: Remove test/ --- test/css/common.css | 63 ----------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 test/css/common.css (limited to 'test/css') diff --git a/test/css/common.css b/test/css/common.css deleted file mode 100644 index 3f704b1..0000000 --- a/test/css/common.css +++ /dev/null @@ -1,63 +0,0 @@ -/* Colors {{{ */ -#container { - border: 1px dashed black; -} -header { - background-color: black; - border-bottom: 5px dotted maroon; -} -.title { - background-color: blue; - color: white; - border: 1px solid black; -} -.subtitle { - background-color: red; - color: white; - border: 1px solid black; -} -.dedication { - background-color: yellow; - color: black; - border: 1px solid black; -} -.epigraph { - background-color: yellow; - color: blue; -} -.content { - background-color: purple; - color: white; - border: 1px solid black; -} -nav { - border: 1px solid black; -} -/* }}} */ -header { - position: relative; - max-width: 39em; - margin: auto; -} -.dedication { - text-align: left; -} -.epigraph { - border: 1px solid black; - text-align: right; -} -#dedepi { text-align: right; } -.dedication,.epigraph { - vertical-align: bottom; - display: inline-block; - margin: 0 1%; - width: 47%; -} -.epigraph p { margin: 0; padding: 0; } -header::after { - content: " "; - display: inline-block; - clear: both; - height: 0px; - width: 100%; -} -- cgit 1.4.1-21-gabe81