Updated conference, publications, and fixed links.
This commit is contained in:
11
style.css
11
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user