diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-29 10:27:29 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-29 10:27:29 +0200 |
commit | 32802edf1a4753822b03bc148f23079f5ea89f66 (patch) | |
tree | 5be8e80b59e956b1d781e7d55122fe327ed38e98 /design | |
parent | 281c96082c00b9382d074ed72e03f22e236b6520 (diff) | |
download | Bits-32802edf1a4753822b03bc148f23079f5ea89f66.tar.gz Bits-32802edf1a4753822b03bc148f23079f5ea89f66.zip |
Minor changes to study app.
Diffstat (limited to 'design')
-rw-r--r-- | design/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/style.css b/design/style.css index bb3e2ef..5e26d29 100644 --- a/design/style.css +++ b/design/style.css @@ -59,7 +59,7 @@ body { top: 50px; left: 0px; bottom: 0px; - width: 300px; + width: 270px; border-right: 1px solid #ddd; overflow: auto; padding: 16px; @@ -67,7 +67,7 @@ body { .contents-right { margin-top: 50px; - margin-left: 332px; + margin-left: 302px; padding: 16px; } |