cbdd3f30ee
So we can work on them in paralell to implement the new layout.
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
/* Right Sidebar
|
|
***********************************/
|
|
#sidebar-right {
|
|
border-left:1px solid #adadad;
|
|
padding-left:0px;
|
|
}
|
|
|
|
|
|
/* Media Queries
|
|
***********************************/
|
|
|
|
/* Large desktop */
|
|
@media (min-width: 1200px) {
|
|
}
|