Update main.css
alignment depending on expected content
This commit is contained in:
parent
937f653313
commit
8574ef4f77
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
.numeric {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
article#func.article {
|
article#func.article {
|
||||||
background-color: #fff7bd;
|
background-color: #fff7bd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue