From 5718da60b9c02cc783dca9f4d02bf324a9dc865b Mon Sep 17 00:00:00 2001 From: drsii Date: Wed, 14 May 2014 00:02:19 -0700 Subject: [PATCH] content, layout work. --- app/views/sentry/index.blade.php | 48 +++++++++++++++++++++++++++----- app/views/template.blade.php | 1 + public/assets/css/demo.css | 6 ++++ 3 files changed, 48 insertions(+), 7 deletions(-) diff --git a/app/views/sentry/index.blade.php b/app/views/sentry/index.blade.php index bd427fae..3d310c25 100644 --- a/app/views/sentry/index.blade.php +++ b/app/views/sentry/index.blade.php @@ -5,18 +5,52 @@ + -
+

+
+

What's new

+ +

Documentation for Sentry 3 is still in progress.

+ + +
+ + @stop diff --git a/app/views/template.blade.php b/app/views/template.blade.php index aff16ac8..de3a2ac4 100644 --- a/app/views/template.blade.php +++ b/app/views/template.blade.php @@ -96,6 +96,7 @@ @yield('scripts') diff --git a/public/assets/css/demo.css b/public/assets/css/demo.css index 39e74def..a72aa767 100644 --- a/public/assets/css/demo.css +++ b/public/assets/css/demo.css @@ -81,6 +81,12 @@ body { text-align: center; } +.list li { + padding:8px 0; + border-bottom:1px solid #ddd; + max-width: 800px; + margin:0 auto; +} @media (min-width: 992px) {