theme - add basic css + use metadata in html
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
#images li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
#albums ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#albums li {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.album_thumb {}
|
||||
.album_title {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user