added ability to edit root folder

This commit is contained in:
Luke Pulverenti 2013-06-02 10:33:51 -04:00
parent 7df9991141
commit ae8058a7d5
5 changed files with 30 additions and 3 deletions

View file

@ -347,6 +347,12 @@ a.itemTag:hover {
margin-top: -30px;
}
.itemDetailImage:hover {
-moz-box-shadow: 0 0 20px 3px #2572EB;
-webkit-box-shadow: 0 0 20px 3px #2572EB;
box-shadow: 0 0 20px 3px #2572EB;
}
.parentName {
padding: .5em;
text-align: center;

View file

@ -64,6 +64,15 @@ h2 {
font-size: 20pt;
}
h1 a {
font-weight: normal;
text-decoration: none;
}
h1 a:hover {
text-decoration: underline;
}
@media all and (min-width: 750px) {
h1 {
font-size: 28pt;