added option for module HowTo
This commit is contained in:
parent
f054eaf8b7
commit
623daf5d93
|
@ -30,22 +30,28 @@ h1,h2,h3,h4 {
|
||||||
|
|
||||||
/* links */
|
/* links */
|
||||||
a {
|
a {
|
||||||
color:blue;
|
color:blue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color:blue;
|
color:blue;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color:red;
|
color:red;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
color:red;
|
color:red;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* module HowTo */
|
||||||
|
|
||||||
|
table.mod-code {
|
||||||
|
background-color:#fffde2;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue