projects
/
web
/
Keweenaw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d5c70c
)
Adding right-margin to contact checkboxes
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Aug 2014 18:32:57 +0000
(14:32 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 14 Aug 2014 18:32:57 +0000
(14:32 -0400)
Adding right-margin to contact checkboxes
styles.css
patch
|
blob
|
history
diff --git
a/styles.css
b/styles.css
index
0201275
..
5a7871d
100644
(file)
--- a/
styles.css
+++ b/
styles.css
@@
-32,7
+32,8
@@
nav.top-bar .top-bar-section > ul > li.calendar ul.dropdown,
}
input[type="checkbox"] {
- margin-bottom: 0;
+ margin-bottom: 2px;
+ margin-right: 11px;
}
html {