Add space between logo and title
[web.git] / css / lede.css
index 8ff25b565d1790c6b64a4a5a6d5f746ed2a47b65..8831a20d038cb3b6521867f14c24af6dc38aa2d4 100644 (file)
@@ -1,69 +1,22 @@
-html {
-       background: #aaa;
+a {
+    text-decoration: none;
 }
 
-body.article {
-       max-width: 800px;
-       border: 1px solid #999;
-       border-width: 0 1px;
-       margin: auto;
-       padding: 10px;
-       background: #fff;
+p {
+    line-height: 1.8;
 }
 
-.image.left {
-       margin: 0 10px 0 0;
-       float: left;
+.top-bar-section {
+    max-width: 100rem !important;
 }
 
-h1 {
-       margin: 0.5em 0;
+@media only screen and (min-width: 40.063em) {
+    .top-bar {
+        height: auto;
+        min-height: 2.8125rem;
+    }
 }
 
-#footer-text {
-       float: none;
-       text-align: right;
-       padding: 0;
-       font-size: 0.8em;
-       color: #444;
+.top-bar .top-bar-title {
+    padding-left: 10px;
 }
-
-.menu ol,
-.menu ol li,
-.menu ol li p {
-       padding: 0;
-       margin: 0;
-}
-
-.menu ol::after {
-       content: " ";
-       display: table;
-}
-
-.menu ol li {
-       border: 2px solid #527bbd;
-       border-right: none;
-       list-style: none;
-       float: left;
-}
-
-.menu ol li:last-child {
-       border-right: 2px solid #527bbd;
-}
-
-.menu ol li p a:link,
-.menu ol li p a:visited {
-       color: #527bbd;
-       font-size: 1.1em;
-       text-decoration: none;
-       display: block;
-       padding: 0 0.25em;
-}
-
-.menu ol li p a:hover,
-.menu ol li p a:active,
-.menu ol li p a.active {
-       background: #527bbd;
-       color: #fff;
-}
-