rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 476577875fd8861e9f4ed1e8e9e896aa8e5394b2
parent a9872d4df9686262d2c93808217589e701ced4a4
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 20 Dec 2014 17:01:59 +0100

new css

Diffstat:
Mthemes/jumbotron/jumbotron.css | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/themes/jumbotron/jumbotron.css b/themes/jumbotron/jumbotron.css @@ -3,3 +3,14 @@ body { padding-top: 50px; padding-bottom: 20px; } +hr { + -moz-border-bottom-colors: none; + -moz-border-image: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + border-color: white -moz-use-text-color #FFFFFF; + border-style: solid none; + border-width: 1px 0; + margin: 18px 0; +} +\ No newline at end of file