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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user