# HG changeset patch # User Tero Marttila # Date 1410689482 -10800 # Node ID a9bd091449852d1cb9a2f465743744e5b758d32a # Parent cea4578f79100ebcbf25864a56f8bf16c48f71a2 styles.css: fix inline code styles diff -r cea4578f7910 -r a9bd09144985 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;