Move the custom css to it's own css file

This commit is contained in:
Las Zenow 2012-12-17 21:57:08 +01:00
parent 2e092f0c99
commit b890d46e36
3 changed files with 7 additions and 4 deletions

6
css/custom.css Normal file
View file

@ -0,0 +1,6 @@
.centered {
text-align:center;
}
.down {
vertical-align:text-bottom;
}