mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Printing: remove extra white spaces from 6 dives template
The are some rounding errors in the 6 dives template. Solve them them by adding the color to the main body div. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
cfa34cc022
commit
d7f1a6b96e
1 changed files with 11 additions and 7 deletions
|
@ -32,6 +32,11 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
#body_div {
|
||||
background-color: {{ template_options.color1 }};
|
||||
float: left;
|
||||
}
|
||||
|
||||
.mainContainer {
|
||||
width: 50%;
|
||||
height: 33.333333%;
|
||||
|
@ -45,13 +50,12 @@
|
|||
}
|
||||
|
||||
.innerContainer {
|
||||
height: 98%;
|
||||
height: 99%;
|
||||
width: 98%;
|
||||
padding: 1%;
|
||||
margin-top: 1%;
|
||||
margin-bottom: 1%;
|
||||
padding-left: 1%;
|
||||
padding-right: 1%;
|
||||
padding-top: 1%;
|
||||
overflow: hidden;
|
||||
background-color: {{ template_options.color1 }};
|
||||
}
|
||||
|
||||
.table_class {
|
||||
|
@ -81,7 +85,7 @@
|
|||
margin-left: 0%;
|
||||
margin-right: 0%;
|
||||
margin-bottom: 0%;
|
||||
margin-top: 0.5%;
|
||||
margin-top: 0%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
@ -168,8 +172,8 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<div id="footer">
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue