Updated conference, publications, and fixed links.

This commit is contained in:
2024-02-09 13:19:26 +08:00
parent 85ec2d1951
commit c77bbad1d3
2 changed files with 74 additions and 35 deletions

View File

@@ -91,6 +91,7 @@ hr {
display:table;
list-style:none;
padding-left:5;
font-size:16px;
}
.notATable > li
@@ -131,6 +132,16 @@ background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.style-zero {
border: 0;
height: 0px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
hr.curve {
border: 0;
height: 15px;