From f03e52ab048d62312e846c4235953a63c0fe2198 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 17 Jul 2013 18:52:25 -0400 Subject: [PATCH] Add comments in the example theme --- examples/mytheme/css/app.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/mytheme/css/app.css b/examples/mytheme/css/app.css index a4ea3ab..e8458d6 100644 --- a/examples/mytheme/css/app.css +++ b/examples/mytheme/css/app.css @@ -1,3 +1,7 @@ +/* Basic example theme */ + + +/* Import the original stylesheet if you want, it's up to you... */ @import url("../../../assets/css/app.css"); @font-face { @@ -6,7 +10,9 @@ } body { - margin-left: 300px; + margin: 0; + max-width: 90%; + margin-left: 100px; padding-left: 10px; border-left: 5px solid #000; font-family: 'Inconsolata', sans-serif;