Minor modification

This commit is contained in:
Christian Wolf 2017-07-14 17:13:11 +02:00
parent b6ddcf83d8
commit de302ef23c
2 changed files with 1 additions and 13 deletions

View File

@ -2,18 +2,6 @@ a {
text-decoration: none;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.pull-none {
float: reset;
}
p {
text-align: justify;
}

View File

@ -12,7 +12,7 @@ $app = JFactory::getApplication();
<head>
<jdoc:include type="head" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/media/jui/css/bootstrap.css">
<?php JHtml::_('bootstrap.loadCss'); ?>
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/main.css" type="text/css" />