text-align: center;
color: white;
background: #57075f;
- background: -webkit-linear-gradient(#001030, #57075f);
- background: -moz-linear-gradient(#001030, #57075f);
- background: linear-gradient(#001030, #57075f);
z-index: 400;
}
border-bottom: solid #ccc 1px;
}
+ #content a:link:after,
+ #content a:visited:after {
+ content:" [" attr(href) "] ";
+ }
+
#footer {
margin-top: 2em;
text-align: left;