_s: Formatting changes:

- Reduce element comments to either the element id or the first element
class.
- Tabs > Spaces.
- Improve adherence to formatting guidelines.
This commit is contained in:
obenland 2013-03-04 16:41:38 -08:00
parent c7f2b7a1ee
commit c4f2aa32ce
18 changed files with 301 additions and 307 deletions

View file

@ -15,9 +15,9 @@ global $themecolors;
* @since _s 1.0
*/
$themecolors = array(
'bg' => '',
'bg' => '',
'border' => '',
'text' => '',
'link' => '',
'url' => '',
'text' => '',
'link' => '',
'url' => '',
);