Cleaner CSS font-size and PageForms ca-edit icon

login-improvements
Tom Hutchison 2020-04-08 12:14:05 -04:00
parent 5014428101
commit 26162eedee
2 changed files with 5 additions and 4 deletions

View File

@ -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";}

View File

@ -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; }
}