fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix condition for "remind me" button
[prawokultury.git]
/
prawokultury
/
static
/
css
/
header.scss
1
#header-bar {
2
height: 13em;
3
padding-top: 3em;
4
5
.bar-left {
6
margin-left: -1.1em;
7
}
8
9
.social {
10
padding-top: 2em;
11
padding-bottom: 2em;
12
13
a {
14
margin-right: 1.8em;
15
img {
16
vertical-align: middle;
17
}
18
}
19
}
20
}
21
22
23
.org-fnp, .org-trust {
24
display: inline-block;
25
width: 8em;
26
27
span {
28
color: #888;
29
}
30
31
img {
32
margin-left: -.3em;
33
margin-top: 1em;
34
}
35
}
36
.org-fnp {
37
margin-right: 4em;
38
}
39
40