Commit 9a0b0b0185520a2cd5ec90f76e064fa190d70569
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
(11 / 16)
  | |||
25 | 25 | body { | |
26 | 26 | margin: 0; | |
27 | 27 | padding: 0; | |
28 | |||
29 | 28 | } | |
30 | 29 | .container { | |
31 | 30 | margin-right:0; | |
… | … | ||
85 | 85 | width: 400px | |
86 | 86 | } | |
87 | 87 | ||
88 | .navigation-style.col-md-10 { | ||
89 | padding-left: 0; | ||
90 | padding-right: 0; | ||
91 | } | ||
88 | 92 | ||
89 | |||
90 | |||
91 | |||
92 | 93 | .col-md-4 h3 { | |
93 | color:#c00000; | ||
94 | border-bottom: 1px dotted #c00000 ; | ||
95 | width:65%; | ||
94 | color:#c00000; | ||
95 | border-bottom: 1px dotted #c00000 ; | ||
96 | width:65%; | ||
96 | 97 | } | |
97 | 98 | .col-md-4 p { | |
98 | width: 85% | ||
99 | width: 85% | ||
99 | 100 | } | |
100 | 101 | ||
101 | |||
102 | 102 | .col-md-2 h3 { | |
103 | color:#c00000; | ||
104 | border-bottom: 1px dotted #c00000 ; | ||
105 | width:65%; | ||
103 | color:#c00000; | ||
104 | border-bottom: 1px dotted #c00000 ; | ||
105 | width:65%; | ||
106 | 106 | } | |
107 | |||
108 | |||
109 | |||
110 | |||
111 | 107 | ||
112 | 108 | ul.dropdown-menu li { | |
113 | 109 | /* background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/ |