]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/css/typography.css
Merge pull request #7201 from annando/mail-db-error
[friendica.git] / view / theme / smoothly / css / typography.css
index d62a66883c9df9e763813a2d5e4744c116b8d11f..d1895853e34dee3f8ef9f6b2080a439e660b5b34 100644 (file)
@@ -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;
 }