diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 23:38:29 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-23 23:38:29 +0100 |
commit | 97d006bfa6e249376e3cbc500823079ac9efb052 (patch) | |
tree | f887890773505dfb0e2b4f2b0e84ed68487604be /module/web/static/css/default/dashboard.less | |
parent | dark bg pattern (diff) | |
download | pyload-97d006bfa6e249376e3cbc500823079ac9efb052.tar.xz |
changed header separator
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
-rw-r--r-- | module/web/static/css/default/dashboard.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index d67f6ce98..e60a21dfb 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -103,7 +103,7 @@ }
.package-row.second {
- width: 30%;
+ width: 20%;
.gradient(top, @blueDark, @blueDarker);
font-size: smaller;
}
|