kopia lustrzana https://github.com/dgtlmoon/changedetection.io
fixing too small font in diff UI (#260)
* fixing too small font in diff UI , lower size from 12 to 11 in Part IIpull/310/head
rodzic
512d76c52b
commit
dd450b81ad
|
@ -3,7 +3,7 @@
|
|||
padding: 2em;
|
||||
margin: 1em;
|
||||
border-radius: 5px;
|
||||
font-size: 9px; }
|
||||
font-size: 11px; }
|
||||
#diff-ui table {
|
||||
table-layout: fixed;
|
||||
width: 100%; }
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
padding: 2em;
|
||||
margin: 1em;
|
||||
border-radius: 5px;
|
||||
font-size: 9px;
|
||||
font-size: 11px;
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
|
|
File diff suppressed because one or more lines are too long
Ładowanie…
Reference in New Issue