Minor modification
This commit is contained in:
parent
b6ddcf83d8
commit
de302ef23c
@ -2,18 +2,6 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pull-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pull-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pull-none {
|
|
||||||
float: reset;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ $app = JFactory::getApplication();
|
|||||||
<head>
|
<head>
|
||||||
|
|
||||||
<jdoc:include type="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/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" />
|
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/main.css" type="text/css" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user