Some more cleanup, that should be it

This commit is contained in:
bittenbythedark
2019-03-03 11:24:24 +01:00
parent 91065db5a3
commit de11acd0ec
2 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
<div class="header">
<div class="headerlogo" style="width:960px;">
<div class="headerlogo headerlogo_width">
<img src="./images/singularity_logo.gif.1380598356402.gif" alt="Singularity viewer">
<div class="bottom-right"><h4 class="alphatitle">Automated Builds</h4></div>
</div>
@@ -33,7 +33,7 @@
<div class="row" style="margin-top:10px;">
<div class="row row_custom">
<div class="col-8">
+8
View File
@@ -121,3 +121,11 @@ body{
{
border:none; //Probably could eliminate that but who cares xD
}
.headerlogo_width
{
width:960px;
}
.row_custom
{
margin-top:10px;
}