diff options
| author | Teddy Wing | 2013-11-10 05:52:04 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2013-11-10 05:52:04 -0500 | 
| commit | d901f34d4ee100a021425b7b066cbc22b40f67bd (patch) | |
| tree | 7c9047cf9c32dbb433cc3332b15a8fc533596508 | |
| parent | 70a9c5f87708b30036aa86066e438612b41e4c0a (diff) | |
| download | clip-play-d901f34d4ee100a021425b7b066cbc22b40f67bd.tar.bz2 | |
Fix side margins
Don't indent the sample editor progress bars.
| -rw-r--r-- | assets/css/application.css | 4 | 
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;  } | 
