diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 4da9c44c5..6796489ba 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -25,6 +25,7 @@ body { height: 100%; /* IE6: treaded as min-height*/; min-height: 100%; /* real browsers */ margin: 0 auto; + font-size: 16px; } body { position: absolute; @@ -501,6 +502,7 @@ ul#header-nav { background-color: #000000; opacity: 0.7; /* margin-right: 13px; */ + font-size: 1.1rem; } .collapsible { @@ -739,7 +741,7 @@ ul#main-nav { margin-right: auto; margin-top: -46px; list-style: none; - font-size: 1em; + font-size: 1.2rem; color: #ffffff; } @@ -796,9 +798,12 @@ ul#main-nav { #Titleproject { width: 100%; color: #8B4513; - font-size: 1.4em; - padding: 0 0px 10px 20px; + font-size: 1.4rem; + padding: 0 0px 10px 25px; font-family: Roboto; + background-image: url(../images/circle.png); + background-repeat: no-repeat; + background-position: left center; } p.aboutProject {