Skip to content

Commit

Permalink
#11: Minor reformatting; readme updates
Browse files Browse the repository at this point in the history
... noting that the upgrade section is still MIA.
  • Loading branch information
lat9 committed Feb 11, 2019
1 parent 6d74e7c commit ee1799a
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 1,181 deletions.
2 changes: 1 addition & 1 deletion includes/classes/usu.php
Expand Up @@ -276,7 +276,7 @@ protected function add_sid($link, $add_session_id, $connection, $separator)
}
}

switch(true){
switch (true) {
case (!isset($_SESSION['customer_id']) && defined('ENABLE_PAGE_CACHE') && ENABLE_PAGE_CACHE == 'true' && class_exists('page_cache')):
$return = $link . $separator . '<zensid>';
break;
Expand Down
7 changes: 7 additions & 0 deletions readme/css/main.css
Expand Up @@ -187,6 +187,13 @@ ol.zero ol li { text-indent: 0; }
ol.zero ol li:before { content: none; }
ol.zero li.append-step:after { content: "(Go back to Step " counter(item) ")"; font-size: x-small; }

.usu-table { width: 100%; }
.usu-table , .usu-table th, .usu-table td {border: 1px solid #444; border-collapse: collapse; padding: 0.3em; vertical-align: top; }
.usu-table ol { padding-left: 2em; }

.ph { color: blue; }
.smaller { font-size: smaller; }

/* ==========================================================================
Helper classes
========================================================================== */
Expand Down

0 comments on commit ee1799a

Please sign in to comment.