Plugin Directory

Changeset 647096


Ignore:
Timestamp:
01/02/2013 05:34:19 PM (13 years ago)
Author:
raido357
Message:

Fix twentytwelve course page listing view, few other pages needs fixes too. After than we can release v0.7

Location:
dippler/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dippler/trunk/classes/dippler-html-builder.php

    r634336 r647096  
    1919            $course = $course_manager->getCourse();
    2020            if ( $course  ) {
    21                 echo '<div id="dippler-course-'.$course_id.'" style="margin-bottom: 15px; clear:both;">';
     21                echo '<div id="dippler-course-'.$course_id.'" class="dippler-course" style="margin-bottom: 15px; clear:both;">';
    2222                $image = $course->getImage();
    2323                if ( $img_url = $image->getURL() ) {
  • dippler/trunk/themes/twentytwelve_dippler/style.css

    r647081 r647096  
    3838}
    3939
     40.dippler-course {
     41    line-height: 1.84em;
     42}
     43
     44#find-course-form {
     45    margin-bottom: 30px;
     46}
     47
    4048/* Learning resource page styles */
    4149
Note: See TracChangeset for help on using the changeset viewer.