accepted publications
This commit is contained in:
parent
d62a1e79c0
commit
b9a15581f8
4 changed files with 31 additions and 7 deletions
|
|
@ -585,7 +585,7 @@ strong {
|
|||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 650px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 0 20px 150px;
|
||||
|
|
@ -638,7 +638,6 @@ pre code {
|
|||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
|
@ -672,7 +671,7 @@ dt {
|
|||
}
|
||||
|
||||
section {
|
||||
max-width: 650px;
|
||||
max-width: 800px;
|
||||
padding: 0 0px 50px 0px;
|
||||
}
|
||||
section #title {
|
||||
|
|
@ -800,6 +799,14 @@ body, html {
|
|||
min-height:100%;
|
||||
}
|
||||
|
||||
table.accepted, table.submitted {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
table.accepted tbody tr:hover, table.submitted tbody tr:hover {
|
||||
background-color: #f5f5ff;
|
||||
}
|
||||
|
||||
table.submitted {
|
||||
color: #999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue