[cc-commits] [CC SVN] r15234 - themes/creativecommons.org/trunk
webmaster at creativecommons.org
webmaster at creativecommons.org
Sun Sep 18 10:23:56 EDT 2011
Author: rejon
Date: 2011-09-18 14:23:56 +0000 (Sun, 18 Sep 2011)
New Revision: 15234
Modified:
themes/creativecommons.org/trunk/comments.php
themes/creativecommons.org/trunk/single.php
Log:
updates
Modified: themes/creativecommons.org/trunk/comments.php
===================================================================
--- themes/creativecommons.org/trunk/comments.php 2011-09-16 14:49:41 UTC (rev 15233)
+++ themes/creativecommons.org/trunk/comments.php 2011-09-18 14:23:56 UTC (rev 15234)
@@ -68,6 +68,19 @@
<?php else : ?>
+<style type='text/css'>
+ol.fieldset {
+ list-style-type: none;
+}
+ol.fieldset textarea {
+ width: 100%;
+ margin-top: 8px;
+}
+ol.fieldset input {
+ margin: 4px 0;
+}
+</style>
+
<ol class="fieldset">
<li class="field">
Modified: themes/creativecommons.org/trunk/single.php
===================================================================
--- themes/creativecommons.org/trunk/single.php 2011-09-16 14:49:41 UTC (rev 15233)
+++ themes/creativecommons.org/trunk/single.php 2011-09-18 14:23:56 UTC (rev 15234)
@@ -14,7 +14,7 @@
<div id="main" role="main">
<div class="container">
- <div class="sixteen columns">
+ <div class="twelve columns">
<?php
// check if this single is a commoner or blog post
$is_commoner = (in_category(7) ? true : false);
More information about the cc-commits
mailing list