diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-28 17:32:48 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-28 17:32:48 +0100 |
commit | 83d0b5c82d7d1c34630ab5c486d1410921a8cd64 (patch) | |
tree | bad030f93d44521941c26b078967b4ea836b02ed | |
parent | 8cec774bf9e2a5a5786107777754446a8166242e (diff) |
#2024 - In Wind thumb view, hide movie names just like photo names.
-rw-r--r-- | themes/wind/css/screen.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 41d0bd6e..c088180d 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -470,6 +470,7 @@ td { } #g-content .g-photo h2, +#g-content .g-movie h2, #g-content .g-item .g-metadata { display: none; margin-bottom: .6em; |