bigbluebutton-Github/labs/bbb-html5-client/assets/css/base.less
Leonardo Crauss Daronco cbdd3f30ee HTML5: splitting the css files in several sections
So we can work on them in paralell to implement the new layout.
2013-11-01 10:25:05 -02:00

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) {
}