source: main/waeup-hugo/public/css/ie9.css @ 16512

Last change on this file since 16512 was 14926, checked in by Henrik Bettermann, 7 years ago
File size: 454 bytes
Line 
1/*
2        Dimension by HTML5 UP
3        html5up.net | @ajlkn
4        Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5*/
6
7/* BG */
8
9        #bg:before {
10                background: rgba(19, 21, 25, 0.5);
11        }
12
13/* Header */
14
15        #header .logo {
16                margin: 0 auto;
17        }
18
19        #header .content {
20                display: inline-block;
21        }
22
23        #header nav ul {
24                display: inline-block;
25        }
26
27                #header nav ul li {
28                        display: inline-block;
29                }
30
31/* Main */
32
33        #main article {
34                margin: 0 auto;
35        }
Note: See TracBrowser for help on using the repository browser.