diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 2 | ||||
-rw-r--r-- | assets/global/global.css | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index c430b87..8ea7cc5 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -94,7 +94,7 @@ span#search { margin: 0 1%; } -input#id {width: 100px;} +#topbar input[type="text"], #topbar input[type="password"] {width: 100px;} section.font table#fontlist { diff --git a/assets/global/global.css b/assets/global/global.css index e96050d..42b91c5 100644 --- a/assets/global/global.css +++ b/assets/global/global.css @@ -5,4 +5,15 @@ body { a.external::before { content: "⧉ "; +} + +ul.medialist { + max-width: 400px; + width: 100%; + list-style: none; + padding: 0; +} + +.medialist img { + width: 100%; }
\ No newline at end of file |