diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 11:53:47 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-15 11:53:47 +0200 |
commit | 9b1867484807d8b1966eba0ccc4a5d5d5d9d1c04 (patch) | |
tree | 5b2f55917fb40401315aeda55918e023fdbf09b2 /module/web/templates/default | |
parent | Yellow Settings (diff) | |
download | pyload-9b1867484807d8b1966eba0ccc4a5d5d5d9d1c04.tar.xz |
fancier shadows and gradients for settings page
Diffstat (limited to 'module/web/templates/default')
-rw-r--r-- | module/web/templates/default/settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index c2b88d791..47174416a 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -59,8 +59,8 @@ </div>
</div>
<!-- End Info Popup -->
- <div class="span10" style="margin-top: 10px ">
- <div class="well setting-box" style="margin-top: 10px ">
+ <div class="span10">
+ <div class="well setting-box">
<form class="form-horizontal">
<legend>
<div class="page-header">
|