Removed borders for sidebar units
This commit is contained in:
parent
4a69084a8b
commit
80b9542c2d
1 changed files with 1 additions and 16 deletions
|
@ -176,17 +176,7 @@ footer a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.unit {
|
.unit {
|
||||||
padding: 1em;
|
margin: 2.5em 0;
|
||||||
border: 1px solid #eee;
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
#inner-content .unit {
|
|
||||||
border-bottom: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
#sidebar .unit {
|
|
||||||
border-left: 0;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
}
|
||||||
#sidebar .unit:first-child {
|
#sidebar .unit:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -199,11 +189,6 @@ footer a {
|
||||||
float: none;
|
float: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
body #sidebar .unit {
|
|
||||||
border: 1px solid #eee;
|
|
||||||
border-bottom: 0;
|
|
||||||
padding: 1em 1em 0 1em;
|
|
||||||
}
|
|
||||||
#inner-content {
|
#inner-content {
|
||||||
float: none;
|
float: none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in a new issue