summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 05:52:04 -0500
committerTeddy Wing2013-11-10 05:52:04 -0500
commitd901f34d4ee100a021425b7b066cbc22b40f67bd (patch)
tree7c9047cf9c32dbb433cc3332b15a8fc533596508
parent70a9c5f87708b30036aa86066e438612b41e4c0a (diff)
downloadclip-play-d901f34d4ee100a021425b7b066cbc22b40f67bd.tar.bz2
Fix side margins
Don't indent the sample editor progress bars.
-rw-r--r--assets/css/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index 3d5bd9b..7f751f7 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -5,7 +5,7 @@
/* . Layout . */
body {
background: url('../images/background.png') repeat;
- padding: 0 2em;
+ padding: 0 2.8em;
}
@@ -17,7 +17,7 @@ header {
#samples {
- margin: 3em 2em;
+ margin: 3em 0;
}