diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 14:16:24 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 14:16:24 +0200 |
commit | 2fafbd6ace1610a04b202201d7eb9adf119df0cd (patch) | |
tree | f460226d7c1e5bdc03ea6cc551de86f525ce1b8f /public/css/styles.less | |
parent | added padding and increased margin to the infoboxes (diff) | |
download | Divid-2fafbd6ace1610a04b202201d7eb9adf119df0cd.tar.gz |
Reverted to less margin and padding
Diffstat (limited to '')
-rw-r--r-- | public/css/styles.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/styles.less b/public/css/styles.less index de7ebeb..d2d90c6 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -202,7 +202,7 @@ div.lastactivity .activity .details { .infobox { background-color:@grayLighter; -margin:20px; +margin:5px; padding:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; |