styles.css: fix inline code styles
authorTero Marttila <terom@paivola.fi>
Sun, 14 Sep 2014 13:11:22 +0300
changeset 225 a9bd09144985
parent 224 cea4578f7910
child 226 26ec457d0eb2
styles.css: fix inline code styles
qmsk_www/static/style.css
--- a/qmsk_www/static/style.css	Sun Sep 14 13:06:13 2014 +0300
+++ b/qmsk_www/static/style.css	Sun Sep 14 13:11:22 2014 +0300
@@ -1,17 +1,5 @@
-
 /*
- * Three main areas:
- *  header
- *  nav
- *  content
- *
- * Border layout:
- *      Header (bottom)
- *      Content (left)
- */
-
-/*
- * General
+ * Debootstrap
  */
 a:hover {
     color: inherit;
@@ -163,7 +151,10 @@
     margin: 1em auto 1em 5em;
 }
 
-code {
+/* Inline code */
+
+/* Code block */
+pre {
     display: block;
     margin: 8px;
     padding: 8px;