diff --git a/public/css/print.css b/public/css/print.css index 1674587..ded4f72 100644 --- a/public/css/print.css +++ b/public/css/print.css @@ -1,4 +1,4 @@ -/* +/* Document : style Created on : 03.04.2014, 10:51:45 Author : all4dk @@ -8,9 +8,9 @@ html {height: 100%;} body {margin: 1%; padding: 0; height: 100%; width: 98%;} -html body h1 {font-family: Ubuntu, inherit;} -html body h2 {font-family: Ubuntu, inherit; text-align: center;} -html body h3 {font-family: Ubuntu, inherit;} +html body h1 {font-family: Ubuntu;} +html body h2 {font-family: Ubuntu; text-align: center;} +html body h3 {font-family: Ubuntu;} div.clear {clear: both;} diff --git a/public/css/style.css b/public/css/style.css index ff470e7..45aedac 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -8,9 +8,9 @@ html {height: 100%;} body {margin: 0; padding: 0; height: 100%; width: 100%; overflow: hidden;} -html body h1 {font-family: Ubuntu, inherit;} -html body h2 {font-family: Ubuntu, inherit;} -html body h3 {font-family: Ubuntu, inherit;} +html body h1 {font-family: Ubuntu;} +html body h2 {font-family: Ubuntu;} +html body h3 {font-family: Ubuntu;} div#map {width: 100%; position: absolute; top: 0; bottom: 0px;} body.openBox div#map {right: 250px;} div.clear {clear: both;} diff --git a/public/css/user.css b/public/css/user.css index b4e28ca..f464aef 100644 --- a/public/css/user.css +++ b/public/css/user.css @@ -1,6 +1,6 @@ .darkHeader {background-color: rgba(55,55,55, 0.8);margin-top: -10px; padding: 150px 50px; color: #fff; text-align: center;} .darkHeader .topDiv {font-size: 20px;} -.darkHeader .userPic {font-size: 70px; font-family: Ubuntu, inherit;} +.darkHeader .userPic {font-size: 70px; font-family: Ubuntu;} .darkHeader .userPic img {height: 70px; border-radius: 5px;} .darkHeader .socialNetworks {margin-top: 10px;} .darkHeader .socialNetworks a.toPoints{color: #fff;}