This commit is contained in:
Ricsi
2016-12-17 22:33:33 +01:00
parent 883eab4cfc
commit 664097a976
7 changed files with 123 additions and 8 deletions

View File

@@ -44,6 +44,14 @@ main #main_content {
font-style: italic;
}
.bold {
font-weight: bold;
}
.list .list_item .size20 {
font-size: 20px;
}
a:link {
text-decoration: none;
}
@@ -138,10 +146,18 @@ td.create a {
font-weight: bold;
}
.bigger_space {
margin: 10px 0px;
}
.transp {
opacity: 0.5;
}
.line_height14 {
line-height: 1.4;
}
.list .width70 {
width: 70%;
}