Replaced existing footer with a new one, showing bookmarks and folder count.
This commit is contained in:
10
style.css
10
style.css
@@ -170,7 +170,7 @@ span.public {
|
||||
div.description {
|
||||
margin-top: 5px;
|
||||
}
|
||||
div.description, span.private, span.public, span.date {
|
||||
div.description, span.private, span.public, span.date, a.footer {
|
||||
font-size: smaller;
|
||||
}
|
||||
.invisible {
|
||||
@@ -188,12 +188,10 @@ div#content {
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
p#footer {
|
||||
div#footer {
|
||||
clear: both;
|
||||
font-size: 0.9em;
|
||||
margin-top: 10px;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
border: 1px solid #bbb;
|
||||
background-color:#bbb;
|
||||
font-size: smaller;
|
||||
font-style:italic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user