summaryrefslogtreecommitdiff
path: root/static/style/bookmarx.css
blob: d8e6b7dce8791f5159cc18888df064736d3a76dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.bookmark-date-and-owner {
    font-style: oblique;
    color: #555;
    /* text-indent: 1.5em; */
    /* margin-left: 1.5em; */
}

.bookmark-description {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

#bookmarx-footer {
    text-align: right;
    position: relative;
    padding: 0.5em 0.5em 0.5em 0.5em;
    right: 0;
    margin: 1em;
    font-style: oblique;
}

#bookmarx-footer-text {
    padding: 0.5em 1em 0.5em 1em;
    border: solid 1px #000;
    background-color: orange;
}

/*
.bookmark-description p {
  margin-bottom: 0;
}
.bookmark-description p + p {
  text-indent: 1.5em;
  margin-top: 0;
}
*/