summaryrefslogtreecommitdiffstats
path: root/static/css/fripost.css
blob: b7a235b9dabb827fbca6643de2f36d956989110b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.navbar-fripost {
  background-color: inherit;
  border-bottom: black thin solid;
  border-radius: 0;
  margin-top: 1em
}
.navbar-fripost a {
  color: black;
}
.navbar-fripost .navbar-toggle .icon-bar {
  background-color: black;
}
table {
  border-collapse: separate;
  border-spacing: 1ex;
}
table > tr > td {
  padding: 0 1ex;
}
table > tr > th {
  padding: 0 1ex;
}