Cleaner looking features page

Former-commit-id: 558b682d896f6ed9def6f5b55851f6968ebf3c6f
This commit is contained in:
Tao Schreiner
2016-04-27 03:00:35 +02:00
parent 17e7f1c1ee
commit ab4777b9e8
2 changed files with 60 additions and 51 deletions

View File

@@ -2,8 +2,26 @@
body
{
background-color: black;
color: white;
font-family: sans-serif;
text-align: center;
margin: 0;
background-color: #f1f1f1;
}
#englob {
display: block;
margin-left: auto;
margin-right: auto;
background-color: white;
width: 50%;
min-width: 765px;
padding: 0 20px;
}
hr {
height: 0;
border: 0;
border-top: 1px solid #eee;
}
a
@@ -31,6 +49,10 @@ h4
{
text-decoration: underline;
}
p {
text-align: justify;
}
ol
{
@@ -62,11 +84,6 @@ tbody tr:hover
text-shadow: 0px 0px 4px white;
}
.centre
{
text-align: center;
}
.description
{
margin-left: 20px;
@@ -76,11 +93,7 @@ tbody tr:hover
{
font-size: x-large;
font-weight: bold;
color: yellow;
}
.module
{
color: #f1c40f;
}
.modulename