divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 314c99aee4afb9bbb564e560b10b70a4aed130fe
parent 2e28b198f08b0ef5718faa7ae10a7868bc9047a2
Author: lostd <lostd@2f30.org>
Date:   Wed, 12 Mar 2014 17:51:24 +0200

Use the bootstrap class for text justification

Diffstat:
Mcss/local.css | 4----
Mfooter.dhtml | 2+-
Mheader.dhtml | 2+-
3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/css/local.css b/css/local.css @@ -3,7 +3,3 @@ width: 80%; height: 100%; } - -#content p { - text-align: justify; -} diff --git a/footer.dhtml b/footer.dhtml @@ -1,5 +1,5 @@ -</div><!-- #content --> +</div><!-- #content .text-justify --> <div id="footer" class="modal-footer"> Copyright &copy; 2009&ndash;2014 diff --git a/header.dhtml b/header.dhtml @@ -29,6 +29,6 @@ ${MENU} </ul> </div><!-- #header --> -<div id="content"> +<div id="content" class="text-justify"> <h2>${NAME}</h2>