Update main.css

alignment depending on expected content
This commit is contained in:
Wolf 2015-04-12 18:58:09 +02:00
parent 937f653313
commit 8574ef4f77
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@
border-radius: 6px;
}
.text {
text-align: left;
}
.numeric {
text-align: right;
}
article#func.article {
background-color: #fff7bd;
}