Adam Spiers composed on 2015-12-16 11:10 (UTC):
I'm talking relative size, not absolute size. The font appears smaller than most other sites. If I increase it in my preferences, then all other sites appear too big. However I think I found the reason why. The 1em is fine, but it gets shrunk by a wrapper <div> via line 133 of https://static.opensuse.org/themes/bento/css/base.css:
.ui-oo-content-wrapper, .content-wrapper{font-size:0.8em;}
If I disable that then everything looks the same size as other sites.
If you're going to be fixing that stylesheet, please take it further than that. small{font-size:10px;} needs to be removed entirely. On a high density display, it probably works out to xxxtra-tiny. Here it works out to about 25% of default. Line 1 needs color:#444; replaced with color:#000;. The input, button, textarea, pre line needs #000 too, as does #breadcrump and I'm sure others. If you look at these http://fm.no-ip.com/Css/Share/novellbugs.css http://fm.no-ip.com/Css/Share/opensusebase.css http://fm.no-ip.com/Css/Share/opensusebs.css http://fm.no-ip.com/Css/Share/opensusebugz.css http://fm.no-ip.com/Css/Share/opensuseforums.css http://fm.no-ip.com/Css/Share/opensuselists.css http://fm.no-ip.com/Css/Share/opensusemb.css http://fm.no-ip.com/Css/Share/opensusesw.css you can see how I deal with openSUSE site problems in my browser, but they're no help when I'm not at my own machine, besides being a lot of work to create and maintain as site styles morph. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-wiki+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-wiki+owner@opensuse.org