]> git.quilime.com - plog.git/commitdiff
edit of code colors
authorGabriel Dunne <gdunne@quilime.com>
Sun, 13 May 2012 22:30:45 +0000 (15:30 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 13 May 2012 22:30:45 +0000 (15:30 -0700)
content/code/maya_render_bat
css/style.css
templates/entry.html.tpl

index 8d9af38aab2be4d4541cf2617e264b0b48e07e41..b9225098dc3efcc5e98f86ec1b052e6885dfeb79 100644 (file)
@@ -204,4 +204,4 @@ tileHeight            -th &lt;int&gt;        force the height of the tiles.  Val
 </pre>
 any boolean works: yes, true, or 1, as TRUE,and off, no, false, or 0 as FALSE.
 
-e.g. Render -x 512 -y 512 -cam persp -im test -of sgi -mb on -sa 180 file.ma
+example: `Render -x 512 -y 512 -cam persp -im test -of sgi -mb on -sa 180 file.ma`
index 4576766dccd59cf0c42a9d84b7edc52bb1408aa9..fa34c07f2e8884d0c37c8dc99281a98b7c6e968e 100644 (file)
@@ -61,33 +61,38 @@ ol li {
 blockquote {
     font-family:serif;
     font-style:italic;
-    font-size:1.45em;
+    font-size:1.2em;
+    color:#999;
     line-height:1.3em;
     margin:0;
     padding:0;
 }
 pre, code {
-    color:#df0;
+    color:#4fa;
     line-height:1.4em;
     font-size:14px;
     font-family:menlo, monaco, "Lucida Console", monospace; 
     padding:1px 5px 2px;
-    background:#090909;
-    border-radius:3px;
+    background:#303030;
+    border-radius:4px;
 }
 pre {
     padding:10px 20px;
     position:relative;
     left:-20px;
 }
+code {
+padding:2px 6px;
+}
 table, td, tr {
   margin:0;
   padding:0;
 }
 
 #content {
-    margin-top:20px;
-  padding-left: 160px;
+  position:relative;
+  left: 160px;
+  margin-top:20px;
   padding-bottom: 20px;
 }
 #content.single {
index e21bca3c28ac32df5c47ef874eee1ad641810190..bd253b6c98062bb31ea43d38efac42b722b0f2f8 100644 (file)
@@ -17,7 +17,7 @@
        </div>
 
        <? 
-       if ($entry['is_single'] && $entry['comments_enabled'])
+       if (isset($entry['is_single']) && $entry['is_single'] && $entry['comments_enabled'])
                $this->include_template('comments.html.tpl', array('entry' => $entry));
        ?>