diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 13:38:08 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 13:38:08 +0200 |
commit | 1d833e02ed533c8ee8c3e0ffd753a908adba856c (patch) | |
tree | b29e168b28c4e0c124d48a4fd9187acbd50cb0fd | |
parent | Adjusting padding overflow from bootstrap.less (diff) | |
download | Divid-1d833e02ed533c8ee8c3e0ffd753a908adba856c.tar.gz |
Adjusted styles.less and removed class item hero-unit
Diffstat (limited to '')
-rw-r--r-- | public/css/styles.less | 1 | ||||
-rw-r--r-- | views/home.ejs | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index 0e379e4..538e9b9 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -208,7 +208,6 @@ background-color:@grayLighter; width:900px; height:400px; margin-top: 20px; - padding: -60px; background-color: rgb(105,155,200); background: -moz-radial-gradient(top left, ellipse cover, rgba(105,155,200,1) 0%, rgba(181,197,216,1) 57%); background: -webkit-gradient(radial, top left, 0px, top left, 100%, color-stop(0%,rgba(105,155,200,1)), color-stop(57%,rgba(181,197,216,1))); diff --git a/views/home.ejs b/views/home.ejs index bc8f9d1..10a33e7 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -15,13 +15,12 @@ <div class="container"> <!-- Main hero unit for a primary marketing message or call to action --> - <div class="hero-unit showcase"> + <div class="showcase"> <div class="span3"> - <h2>Hello, world!</h2> + <h2>Prøv Divid</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> - <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> <a href="#" class="btn btn-primary btn-large row">Learn more »</a> </div> <div class="animation span8"> |