Plugin Directory

Changeset 1301542


Ignore:
Timestamp:
12/06/2015 06:09:31 PM (10 years ago)
Author:
molven
Message:

upgrade at version 2.1

Location:
os-media/trunk/layout
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • os-media/trunk/layout/osmedia_cpt-theme.php

    r1299148 r1301542  
    1717
    1818        <div id="primary" class="content-area">
    19             <div id="content" class="site-content" role="main">
     19            <div id="content" class="site-content" style="margin-right: 0;" role="main">
    2020
    2121                <?php  echo OSmedia_video(); ?>
  • os-media/trunk/layout/osmedia_cpt-twentyfourteen.php

    r1297200 r1301542  
    1616    <?php while ( have_posts() ) : the_post(); ?>
    1717
    18         <div id="primary" class="content-area">
    19             <div id="content" class="site-content" role="main">
     18        <div id="primary" class="content-area" style="padding-top:0; margin-top:0">
     19            <div id="content" class="site-content" style="margin-right: 0;" role="main">
    2020
    2121                <?php  echo OSmedia_video(); // OSmedia videoplayer ?>
    2222
    23                 <div class="entry-content">
     23                <div class="entry-content" style="margin: 20px 30px; max-width:1024px">
    2424                    <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
    2525                    <?php the_content(); ?>
Note: See TracChangeset for help on using the changeset viewer.