mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use 9pt font size as default for labels.
This commit is contained in:
parent
3163a7ba09
commit
74b1b7acf5
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
body {
|
||||
font-family: "DejaVu Sans Mono";
|
||||
font-size: 10pt;
|
||||
font-size: 9pt;
|
||||
line-height: 1.0;
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,7 @@ hr {
|
|||
|
||||
.row [class^="col"] {
|
||||
float: left;
|
||||
margin: 0 1%;
|
||||
margin: 0 0.5%;
|
||||
min-height: 0.125rem ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue