new things
This commit is contained in:
@@ -237,11 +237,6 @@ table.cols-5 td.incorrect {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.path-frontpage #footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
#footer h2 {
|
||||
color: white !important;
|
||||
}
|
||||
@@ -249,6 +244,10 @@ table.cols-5 td.incorrect {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#block-dchadwick-recentfightsblock {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #faf4ed;
|
||||
color: #6e6a86;
|
||||
@@ -258,6 +257,7 @@ body {
|
||||
|
||||
a {
|
||||
color: #6e6a86;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
@@ -5,12 +5,6 @@
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
|
||||
.path-frontpage & {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#block-dchadwick-recentfightsblock {
|
||||
margin-top: 100px;
|
||||
}
|
||||
@@ -30,6 +30,7 @@ $container-plus-padding: 1216px;
|
||||
@import "partials/event";
|
||||
@import "partials/hero";
|
||||
@import "partials/footer";
|
||||
@import "partials/recent-fights";
|
||||
|
||||
body {
|
||||
background: $base_light;
|
||||
@@ -40,6 +41,7 @@ body {
|
||||
|
||||
a {
|
||||
color: $muted;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user