diff --git a/assets/stylesheets/fontawsome.css b/assets/stylesheets/fontawsome.css index 7251064..7d83cfe 100644 --- a/assets/stylesheets/fontawsome.css +++ b/assets/stylesheets/fontawsome.css @@ -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";} diff --git a/assets/stylesheets/pivot.css b/assets/stylesheets/pivot.css index 3e58675..ac5ce19 100644 --- a/assets/stylesheets/pivot.css +++ b/assets/stylesheets/pivot.css @@ -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; } }