Minima Black for WordPress 1.1.6
Theme info
A theme based on Minima by www.stopdesign.com. Widgetized & blackened by soren121.
Author: Disparut & soren121
Tags: 2 columns, Black, Fixed width, No images, Right sidebar, Widget ready
Downloads: 3,867
4 Responses
RSS feed for comments on this post. TrackBack URI

This theme is currently not valid XHTML.
In tthe main index template, we have.
<h3 class=”storytitle”><div class=”post-title”>
This should be
<div class=”post-title”><h3 class=”storytitle”>
In the sidebar we have
Search
This should be
Search
Comment by Tim — April 26, 15:48
Forgot to edit some <’s out
In the sidebar
<h2>Search</h2>
<li>
<form
should be
<li>
<h2>Search</h2>
<form
Comment by Tim — April 26, 15:51
I’ll update the code when I have time. Thanks!
Comment by soren121 — May 10, 11:46
Fixed! New version (1.1.6) includes complete compliance with the XHTML 1.0 Transitional standard, some tweaks (thanks Tim!), the inclusion of a changelog, and a new CSS-made W3C Validation link.
Comment by soren121 — May 10, 22:43