X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fbreathe.css;h=3403a24b277f6bae85a83d4966e0b47ded3d8819;hb=a939581cf8a07fe06f203582e0b3325076ea9703;hp=3343cac127a5998c8138f51f904dce9be68fe074;hpb=029633c16d30a4d79b31644ff6d30a5504ad16d8;p=friendica.git diff --git a/view/theme/vier/breathe.css b/view/theme/vier/breathe.css index 3343cac127..3403a24b27 100644 --- a/view/theme/vier/breathe.css +++ b/view/theme/vier/breathe.css @@ -3,6 +3,7 @@ body { background-color: #eeeeee !important; + font-family: "Lucida Sans Unicode","Lucida Sans", sans-serif; } header #banner #logo-text { @@ -13,7 +14,7 @@ header #banner #logo-text { border-bottom: none !important; } -code { +pre code { border: none; border-radius: 5px; } @@ -42,7 +43,7 @@ nav a { color: #737373; } -nav #search-box #search-text { +nav #nav-search-box #nav-search-text { border-radius: 5px; } @@ -121,3 +122,7 @@ div.pager, ul.tabs { .mail-list-wrapper { border-radius: 5px; } + +#viewcontact_wrapper-network { + border-radius: 5px; +}