fixed some css, removed default_page.tpl.test

This commit is contained in:
Ulf Gebhardt 2019-09-18 12:21:02 +02:00
parent c435f492da
commit 2b1a959f19
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
5 changed files with 10 additions and 24 deletions

View File

@ -36,6 +36,7 @@ $breakpoint_l: 1200px;
body {
color: $color_white;
font-family: 'sf-pro-light';
min-width: 300px;
}
p{
@ -53,6 +54,10 @@ p{
color: $color_white !important;
}
.break-tr {
word-break: break-all;
}
#menu {
padding-left: $distance_big;
padding-right: $distance_big;

View File

@ -113,7 +113,7 @@
</div>
</div>
<div class="container-fluid" id="footer-bottomline">
<div class="row">
<div class="row-fluid">
<div class="col-12">
${footer_bottomline}
</div>

View File

@ -1,19 +0,0 @@
<html>
<head>
${css}
</head>
<body>
<div class="container">
<div class="row">
<div class="col-lg-3" style="background-color: green">A</div>
<div class="col-12 order-lg-last" style="background-color: purple">AD</div>
<div class="col-lg-3" style="background-color: red">B</div>
<div class="col-12 order-lg-last" style="background-color: grey">BD</div>
<div class="col-lg-3" style="background-color: blue">C</div>
<div class="col-12 order-lg-last" style="background-color: black">CD</div>
<div class="col-lg-3" style="background-color: yellow">D</div>
<div class="col-12 order-lg-last" style="background-color: orange">DD</div>
</div>
</div>
</body>
</html>

View File

@ -17,7 +17,7 @@
</tr>
<tr>
<th scope="row">${table_info}</th>
<td>${info}</td>
<td class="break-tr">${info}</td>
</tr>
<tr>
<th scope="row">${table_projects}</th>
@ -25,7 +25,7 @@
</tr>
<tr>
<th scope="row">${table_contact}</th>
<td>${contact}</td>
<td class="break-tr">${contact}</td>
</tr>
</table>
</div>

View File

@ -21,7 +21,7 @@
</tr>
<tr>
<th scope="row">${table_info}</th>
<td>${info}</td>
<td class="break-tr">${info}</td>
</tr>
<tr>
<th scope="row">${table_involved}</th>
@ -29,7 +29,7 @@
</tr>
<tr>
<th scope="row">${table_website}</th>
<td><a href="${website}" target="_blank">${website}</a></td>
<td class="break-tr"><a href="${website}" target="_blank">${website}</a></td>
</tr>
</table>
</div>