parent
0accf8fe1e
commit
dd32f8ddff
|
@ -27,7 +27,7 @@
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
margin: -8px 0 0 -8px;
|
margin: -8px 0 0 -8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(marker.png) no-repeat;
|
background: url(marker.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Stefan Nagtegaal, iStyledThis [dot] nl
|
* Stefan Nagtegaal, iStyledThis [dot] nl
|
||||||
* Steven Wittens, acko [dot] net
|
* Steven Wittens, acko [dot] net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "../style.css";
|
@import "../style.css";
|
||||||
|
|
||||||
body #wrapper #container {
|
body #wrapper #container {
|
||||||
|
|
|
@ -508,10 +508,10 @@ ul.secondary-links li a:hover, ul.secondary-links li a.active {
|
||||||
* Local tasks
|
* Local tasks
|
||||||
*/
|
*/
|
||||||
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
|
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs-wrapper {
|
#tabs-wrapper {
|
||||||
|
|
|
@ -6,20 +6,20 @@
|
||||||
*/
|
*/
|
||||||
function phptemplate_body_class($sidebar_left, $sidebar_right) {
|
function phptemplate_body_class($sidebar_left, $sidebar_right) {
|
||||||
if ($sidebar_left != '' && $sidebar_right != '') {
|
if ($sidebar_left != '' && $sidebar_right != '') {
|
||||||
$class = 'sidebars';
|
$class = 'sidebars';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if ($sidebar_left != '') {
|
if ($sidebar_left != '') {
|
||||||
$class = 'sidebar-left';
|
$class = 'sidebar-left';
|
||||||
}
|
}
|
||||||
if ($sidebar_right != '') {
|
if ($sidebar_right != '') {
|
||||||
$class = 'sidebar-right';
|
$class = 'sidebar-right';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($class)) {
|
if (isset($class)) {
|
||||||
print ' class="'. $class .'"';
|
print ' class="'. $class .'"';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue