Rename project to XMPP Journal Publisher;
Retrieve dates of PubSub node items; Improve CSS stylesheet; Fix JS error.
This commit is contained in:
parent
16bd475be2
commit
e07ff6e838
5 changed files with 41 additions and 30 deletions
|
@ -42,6 +42,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
#note {
|
||||
line-height: 30px;
|
||||
margin: auto;
|
||||
margin-top: 0.67em;
|
||||
max-width: 70%;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
|
@ -59,7 +60,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
min-width: 350px;
|
||||
padding-bottom: 50px;
|
||||
padding-bottom: 0.67em;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
|
@ -83,7 +84,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
}
|
||||
|
||||
#articles > ul > li > div.entry {
|
||||
padding-bottom: 50px;
|
||||
padding-bottom: 0.67em;
|
||||
}
|
||||
|
||||
#articles > ul > li > div.entry h1 {
|
||||
|
@ -145,7 +146,6 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
#articles #journal {
|
||||
margin-left: unset;
|
||||
margin-right: unset;
|
||||
padding-bottom: 50px;
|
||||
min-width: unset;
|
||||
width: unset;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue