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