Move the custom css to it's own css file
This commit is contained in:
parent
2e092f0c99
commit
b890d46e36
3 changed files with 7 additions and 4 deletions
6
css/custom.css
Normal file
6
css/custom.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
.centered {
|
||||
text-align:center;
|
||||
}
|
||||
.down {
|
||||
vertical-align:text-bottom;
|
||||
}
|
Reference in a new issue