Quellcode durchsuchen

Added Nav Border

Thomas Buck vor 11 Jahren
Ursprung
Commit
172d182392
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7
    0
      static/css/style.css

+ 7
- 0
static/css/style.css Datei anzeigen

@@ -3,6 +3,13 @@ body {
3 3
     font-family: 'Droid Sans', sans-serif;
4 4
 }
5 5
 
6
+#nav {
7
+    border-bottom-style: solid;
8
+    border-bottom-width: 2px;
9
+    border-bottom-color: orange;
10
+    margin-bottom: 2em;
11
+}
12
+
6 13
 #nav ul {
7 14
     list-style-type: none;
8 15
 }

Laden…
Abbrechen
Speichern