1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix di stile

Piccoli miglioramenti riguardanti lo stile in generale.
This commit is contained in:
Thomas Zilio
2017-09-07 17:50:42 +02:00
parent e43cdb0998
commit e7a23297c9
6 changed files with 32 additions and 9 deletions

View File

@@ -1,10 +1,16 @@
body {
background-color: white;
color: black;
font-family: 'FreeSans', sans-serif, monospace;
}
.small-bold {
font-weight: bold;
}
small,
.small,
.small-bold {
font-size: 70%;
}
@@ -88,6 +94,7 @@ p {
table {
width: 100%;
overflow: wrap
}
table td {
@@ -112,6 +119,6 @@ table td {
padding: 4px;
}
.bg-default{
.bg-default {
background-color: #eee;
}