The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 77099431 authored by Demian Katz's avatar Demian Katz
Browse files

Updated view helper CSS.

parent a7492c30
No related merge requests found
......@@ -53,9 +53,9 @@ class LayoutClass extends \VuFind\View\Helper\AbstractLayoutClass
{
switch ($class) {
case 'mainbody':
return $this->left ? 'span9' : 'span9 switch-margins pull-left';
return $this->left ? 'span9 pull-right' : 'span9 switch-margins';
case 'sidebar':
return $this->left ? 'span3 well well-small noprint' : 'span3 pull-right well well-small noprint';
return $this->left ? 'span3 switch-margins well well-small noprint' : 'span3 well well-small noprint';
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment