mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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 {
|
body {
|
||||||
font-family: "DejaVu Sans Mono";
|
font-family: "DejaVu Sans Mono";
|
||||||
font-size: 10pt;
|
font-size: 9pt;
|
||||||
line-height: 1.0;
|
line-height: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ hr {
|
||||||
|
|
||||||
.row [class^="col"] {
|
.row [class^="col"] {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 1%;
|
margin: 0 0.5%;
|
||||||
min-height: 0.125rem ;
|
min-height: 0.125rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue