X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fcss%2Ftypography.css;h=d1895853e34dee3f8ef9f6b2080a439e660b5b34;hb=e557457158bfbcf773f497bd564dbde4c9588c71;hp=dce4657bf3290c2c966cfe0aed12232bfeff1ffd;hpb=eecf0990792cdd3abdb4bd82435318303e3f6e02;p=friendica.git diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index dce4657bf3..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; @@ -145,9 +147,11 @@ blockquote, cite, q { } blockquote { - background-color: #F4F8F9; - border-left: 4px solid #DAE4EE; - padding: 0.4em; + background-color: #F4F8F9; + border-left: 4px solid #DAE4EE; + margin: 0; + padding: 0.4em; + white-space: normal; } strong, b { font-weight:bold; } @@ -253,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; }