Default to content type HTML;
Correct name to XHTML; Improve CSS.
This commit is contained in:
parent
694c8bb489
commit
eb280b5aab
4 changed files with 7 additions and 5 deletions
|
@ -9,8 +9,7 @@ body {
|
|||
|
||||
code, pre {
|
||||
overflow: auto;
|
||||
display: inline-block;
|
||||
max-height: 500px;
|
||||
max-height: 100%;
|
||||
max-width: 100%; }
|
||||
|
||||
img, video {
|
||||
|
@ -23,6 +22,8 @@ img, video {
|
|||
/* margin-left: 2%; */
|
||||
/* margin-top: 2%; */
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 150px;
|
||||
}
|
||||
|
||||
h1#title, h2#subtitle, #actions, #references {
|
||||
|
@ -77,6 +78,7 @@ h1#title, h2#subtitle, #actions, #references {
|
|||
#articles #journal {
|
||||
margin-left: 2%;
|
||||
margin-right: 2%;
|
||||
margin-top: 2%;
|
||||
min-width: 350px;
|
||||
padding-bottom: 0.67em;
|
||||
width: 20%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue