Skip to content

Commit

Permalink
add PC commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
chiache committed Aug 8, 2017
1 parent 7987f2b commit 5ff580e
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 5 deletions.
74 changes: 69 additions & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1532,15 +1532,79 @@
background-color: transparent;
}

ul.actions li {
display: inline-block;
margin: 0 0 0 1em;

ul.actions li:first-child {
margin-left: 0;
}

ul.actions li:first-child {
margin-left: 0;
ul.actions {
cursor: default;
list-style: none;
padding-left: 0;
}

ul.actions li {
display: inline-block;
padding: 0 1.125em 0 0;
vertical-align: middle;
}

ul.actions li:last-child {
padding-right: 0;
}

ul.actions.small li {
padding: 0 0.5625em 0 0;
}

ul.actions.vertical li {
display: block;
padding: 1.125em 0 0 0;
}

ul.actions.vertical li:first-child {
padding-top: 0;
}

ul.actions.vertical li > * {
margin-bottom: 0;
}

ul.actions.vertical.small li {
padding: 0.5625em 0 0 0;
}

ul.actions.vertical.small li:first-child {
padding-top: 0;
}

ul.actions.fit {
display: table;
margin-left: -1.125em;
padding: 0;
table-layout: fixed;
width: calc(100% + 1.125em);
}

ul.actions.fit li {
display: table-cell;
padding: 0 0 0 1.125em;
}

ul.actions.fit li > * {
margin-bottom: 0;
}

ul.actions.fit.small {
margin-left: -0.5625em;
width: calc(100% + 0.5625em);
}

ul.actions.fit.small li {
padding: 0 0 0 0.5625em;
}


ol.default {
list-style: decimal;
padding-left: 1.25em;
Expand Down
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,29 @@ <h4>Stable deterministic multithreading through schedule memoization</h4>
</ul>
</div>
</article>

<article id="pc-list">
<div class="container">
<header>
<h3>Program Committee</h3>
</header>
<ul class="actions">
<li>
<h4>SYSTOR 2018</h4>
<br /><br />
</li>
<li>
<h4>AsiaCCS 2018</h4>
<br /><br />
</li>
<li>
<h4>Eurosys 2016 (Heavy Shadow PC)</h4>
<br /><br />
</li>
</ul>
</div>
</article>

</div>


Expand Down

0 comments on commit 5ff580e

Please sign in to comment.