Removing custom styles let bootstrap do that job see #5658

skala
Julio Montoya 13 years ago
parent 2d2d1c008c
commit 778eba49f7
  1. 3
      main/css/base.css
  2. 2
      main/css/responsive.css

@ -2616,6 +2616,7 @@ div.admin_section h4 {
color: white;
font-size: 16px;
float:left;
line-height: 16px;
}
.ribbon .rib-total {
@ -3439,7 +3440,7 @@ a:active{
/*#homepage, #hot_courses, #announcements {*/
#top_main_content section{
margin-left: 5px;
/* margin-left: 5px; */
}
.welcome_course li {
float:left;

@ -504,7 +504,7 @@ The more frequent ones have been marked with *
/* LARGE DESKTOP SCREENS */
@media (min-width: 1201px) {
#top_main_content .span12 {
width: 98%;
/* width: 98%; */
}
/* only for the course tools */
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] {

Loading…
Cancel
Save