dedicated page for publis

This commit is contained in:
Gaspard Jankowiak 2014-04-10 09:57:08 +02:00
commit 6d0b9710cd
13 changed files with 140 additions and 62 deletions

View file

@ -92,6 +92,10 @@ a:hover {
text-decoration: underline;
}
strong {
font-weight: bold;
}
hr {
height: 1px;
border: none;
@ -191,10 +195,24 @@ ul {
list-style-image: url("../images/bullet_dark.png");
}
li {
ul li {
margin-left: 1em;
}
ol {
list-style-type: decimal;
}
ol li {
margin-bottom: 1em;
padding-right: 10px;
}
ol li:hover {
border-right: 3px solid #5555ff;
padding-right: 7px;
}
.float-left {
float: left;
}