Author: sevein Date: Thu Sep 29 11:00:13 2011 New Revision: 9872 Log: Indent digital object rights blocks
Modified: trunk/apps/qubit/modules/digitalobject/templates/_rights.php Modified: trunk/apps/qubit/modules/digitalobject/templates/_rights.php ============================================================================== --- trunk/apps/qubit/modules/digitalobject/templates/_rights.php Thu Sep 29 10:46:39 2011 (r9871) +++ trunk/apps/qubit/modules/digitalobject/templates/_rights.php Thu Sep 29 11:00:13 2011 (r9872) @@ -10,7 +10,7 @@ </div> -<div class="section"> +<div class="section" style="margin-left: 2em;"> <?php if ($child = $resource->getChildByUsageId(QubitTerm::REFERENCE_ID)): ?> @@ -26,7 +26,7 @@ </div> -<div class="section"> +<div class="section" style="margin-left: 2em;"> <?php if ($child = $resource->getChildByUsageId(QubitTerm::THUMBNAIL_ID)): ?> -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
