MDL-38907 Course: Remove unused CSS causing jump menu to be center aligned.

This commit is contained in:
Damyon Wiese
2013-04-08 16:45:44 +08:00
parent 4fd1861c8f
commit c2bb7f6007
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -7,4 +7,3 @@
.course-content ul.topics li.section .right {width:40px;text-align:center;padding: 6px 0;}
.course-content ul.topics li.section .right img.icon { padding: 0 0 4px 0;}
.course-content ul.topics li.section .left .section-handle img.icon { padding:0; vertical-align: baseline; }
.jumpmenu {text-align:center;}
-1
View File
@@ -7,4 +7,3 @@
.course-content ul.weeks li.section .right {width:40px;text-align:center;padding: 6px 0;}
.course-content ul.weeks li.section .right img.icon { padding: 0 0 4px 0;}
.course-content ul.weeks li.section .left .section-handle img.icon { padding:0; vertical-align: baseline; }
.jumpmenu {text-align:center;}