X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fcss%2Ftypography.css;h=d1895853e34dee3f8ef9f6b2080a439e660b5b34;hb=e557457158bfbcf773f497bd564dbde4c9588c71;hp=d62a66883c9df9e763813a2d5e4744c116b8d11f;hpb=449b44fe4c9049f7bf93e0b2e688a1f7de404c97;p=friendica.git diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index d62a66883c..d1895853e3 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -13,11 +13,13 @@ tt { /* (en) base layout gets standard font size 15px */ /* (de) Basis-Layout erhält Standardschriftgröße von 15 Pixeln */ + body { margin: 0 auto; padding-bottom: 3em; width: 960px; - font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; + height: 100%; + font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; font-size: 15px; font-size-adjust: none; font-style: normal; @@ -255,6 +257,9 @@ a:focus { img, figure { border: 0 none; + border-radius: 5px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; max-width: 550px; margin: 0; }