More CSS simplification
Edit domain names, updates credentials and virtuals Model domain tests for length and valid characters
This commit is contained in:
@@ -135,3 +135,16 @@ footer {
|
||||
footer ul, footer h3 , footer li {
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
a, a:visited {
|
||||
color:blue;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:red;
|
||||
background-color:yellow;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user