conte_rails_template 0.0.11 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,12 +27,15 @@ body {
|
|
|
27
27
|
|
|
28
28
|
#page {
|
|
29
29
|
width: 100%; height: inherit;
|
|
30
|
-
|
|
30
|
+
margin: 0px; padding: 0px;
|
|
31
|
+
|
|
32
|
+
> .row-fluid {
|
|
33
|
+
height: inherit;
|
|
34
|
+
}
|
|
31
35
|
|
|
32
36
|
#sidebar {
|
|
33
37
|
background: #3B3D43;
|
|
34
38
|
width: 16%; height: inherit;
|
|
35
|
-
display: table-cell;
|
|
36
39
|
|
|
37
40
|
#logo-bg {
|
|
38
41
|
background: #3B3D43;
|
|
@@ -118,8 +121,8 @@ body {
|
|
|
118
121
|
|
|
119
122
|
#main {
|
|
120
123
|
width: 84%;
|
|
121
|
-
|
|
122
|
-
|
|
124
|
+
margin: 0px;
|
|
125
|
+
background: #E3E4E5;
|
|
123
126
|
#header {
|
|
124
127
|
position: relative;
|
|
125
128
|
z-index: 1000;
|
|
@@ -162,6 +165,7 @@ body {
|
|
|
162
165
|
position: relative;
|
|
163
166
|
z-index: 1;
|
|
164
167
|
padding: 10px;
|
|
168
|
+
height: 30px;
|
|
165
169
|
|
|
166
170
|
a {
|
|
167
171
|
margin: 0px 5px;
|