dedicated page for publis
This commit is contained in:
parent
664db5eea8
commit
6d0b9710cd
13 changed files with 140 additions and 62 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue