css: add class centered

This commit is contained in:
Aminda Suomalainen 2015-10-09 16:03:51 +03:00
parent 5c8c8a5dde
commit 85621e61bd
1 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,13 @@ $on-laptop: 800px;
font-style: italic;
}
// At least used in the index
.centered {
list-style-type: none;
margin:0 auto;
text-align: center;
}
// IRC logs should be formatted with this
.irclog {
white-space: pre-wrap;