mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-13 05:59:03 +01:00
Cleaner CSS font-size and PageForms ca-edit icon
This commit is contained in:
parent
5014428101
commit
26162eedee
@ -29,6 +29,7 @@
|
||||
#ca-nstab-main a:before {content: "\f015";}
|
||||
#ca-talk a:before {content: "\f0e6";}
|
||||
#ca-edit a:before {content: "\f044";}
|
||||
#ca-formedit a:before {content: "\f0f6";}
|
||||
#ca-history a:before {content: "\f187";}
|
||||
#ca-delete a:before {content: "\f014";}
|
||||
#ca-move a:before {content: "\f0d1";}
|
||||
|
@ -1,6 +1,7 @@
|
||||
body { line-height: 1.6em; font-size: 16px; }
|
||||
body { line-height: 1.6em; font-size: 1rem;
|
||||
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }
|
||||
|
||||
p, ul, ol, dl { font-size: 16px; }
|
||||
p, ul, ol, dl { font-size: 1rem; }
|
||||
|
||||
h4,h5,h6 {color: #2e2e2e;}
|
||||
|
||||
@ -9,8 +10,7 @@ h4,h5,h6 {color: #2e2e2e;}
|
||||
#toc { margin: 1em 0; }
|
||||
|
||||
@media only screen and (min-width: 40.0625em) {
|
||||
body { line-height: 1.6em; font-size: 14px; }
|
||||
p, ul, ol, dl { font-size: 14px; }
|
||||
body { line-height: 1.6em; font-size: 1rem; }
|
||||
#toc ul, .toc ul { font-size: 13.3px; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user