cleaned css

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-04 15:10:15 +01:00
parent 752f2e961a
commit 7f66e3ebe0
4 changed files with 17 additions and 115 deletions
+1 -15
View File
@@ -42,21 +42,11 @@ h1, h2, h3, h4, h5, h6 {
font-family: 'ola',sans-serif;
margin: 0; }
#main h1, #main h2 {
border: 2px solid #000;
padding: 5px;
display: inline-block;
position: absolute; }
#main h1 {
padding: 5px 1rem;
top: 100px;
white-space: nowrap; }
#main h2 {
top: 0;
white-space: nowrap;
padding: 5px 1rem;
font-size: 1rem; }
p {
@@ -73,7 +63,6 @@ img {
max-width: 100%; }
code {
border: 1px solid #000;
padding: 5px; }
header#header {
@@ -83,7 +72,6 @@ header#header {
padding: 0 1rem; }
header#header h1 {
font-size: 1rem;
border-bottom: 2px solid #000;
margin-bottom: 1em; }
header#header #menu li p {
margin-top: 0;
@@ -100,7 +88,6 @@ div.user {
div.user header {
min-height: 200px; }
div.user .content {
border: 2px solid #000;
padding: 1rem;
width: 100%;
margin-bottom: 2rem; }
@@ -108,8 +95,7 @@ div.user {
width: 105%; }
div.user section.images ul li {
line-height: 0;
margin: 1rem 0;
border: 2px solid #000; }
margin: 1rem 0; }
div.user section.images ul li img {
max-width: 100%;
width: 100%; }