RGL browser: add recent modules list

This commit is contained in:
john.j.camilleri
2014-01-29 13:21:52 +00:00
parent c6703f267f
commit 38d354c199
2 changed files with 32 additions and 2 deletions

View File

@@ -47,11 +47,19 @@ header h1 {
#language_select {
width:100%;
}
#recent {
border-bottom:1px #999 solid;
}
#recent a {
color: #999;
}
#recent a,
#modules a {
display: block;
text-decoration: none;
margin: 2px 5px;
}
#recent a:hover,
#modules a:hover {
text-decoration:underline;
}