docs: mdns: initial basic coverage
[web.git] / css / lede.css
index 8ff25b565d1790c6b64a4a5a6d5f746ed2a47b65..5172462fc7d82780e32bf367939dd9b237a552e2 100644 (file)
@@ -1,69 +1,27 @@
-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 .toggle-topbar span,
+.fa-ul a {
+    font-family:"Open Sans","DejaVu Sans",sans-serif;
 }
 
-h1 {
-       margin: 0.5em 0;
+.top-bar-section {
+    max-width: 100rem !important;
 }
 
-#footer-text {
-       float: none;
-       text-align: right;
-       padding: 0;
-       font-size: 0.8em;
-       color: #444;
+@media only screen and (min-width: 40.063em) {
+    .top-bar {
+        height: auto;
+        min-height: 2.8125rem;
+    }
 }
 
-.menu ol,
-.menu ol li,
-.menu ol li p {
-       padding: 0;
-       margin: 0;
+.top-bar .top-bar-title {
+    padding-left: 10px;
 }
-
-.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;
-}
-