back in clack

This commit is contained in:
ang-st
2015-04-12 19:05:49 +00:00
parent b6966fce6a
commit 6b5c6faf0a
6 changed files with 16 additions and 9 deletions

View File

@@ -14,7 +14,8 @@
body {
padding: 50px;
padding-top: 120px;
background-color: #f1623b;
/*background-color: #f1623b;*/
background-color: #000000;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
color: #ffffff;
margin-left: auto;
@@ -44,7 +45,7 @@ a {
font-family: 'Frontage-regular';
background-color: #000000;
font-size:1vw;
border-color: #000000;
border-color: #f1623b;;
}
.navbar-default .navbar-nav>li>a{
@@ -82,7 +83,6 @@ h3 {
margin-bottom:30px;
min-width:0%;
min-height:0%;
border-radius: 25px;
opacity: 0.85;
}
@@ -90,6 +90,12 @@ h3 {
font-family: 'Frontage';
text-align:center
}
.content_box h4 {
font-family: 'Frontage';
text-align:center
}
.content_box img {
margin:10px;
max-width:100px;
@@ -98,7 +104,7 @@ h3 {
/*display: table;*/
margin-left: auto;
margin-right: auto;
min-width:70%;
min-width:80%;
border-collapse : collapse;
text-align:center;
}