diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-09 17:44:58 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-09 17:44:58 +0100 |
| commit | 552e35f6aaa4bbbb680aa8fae89fd0904dd5f5f4 (patch) | |
| tree | 7786a52ab33b9a794879574350545d3abc56dbaf /app/static/style.css | |
| parent | 6e1921f68b9cdef739cb1bd91b972a47fc7cf7b0 (diff) | |
| download | cheatdb-552e35f6aaa4bbbb680aa8fae89fd0904dd5f5f4.tar.xz | |
Add meta importing from Github
Fixes #11
Diffstat (limited to 'app/static/style.css')
| -rw-r--r-- | app/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/static/style.css b/app/static/style.css index 712b045..a85b3c3 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -297,3 +297,7 @@ footer a { .package-short-large { font-size: 120%; } + +.pkg_wiz_1, .pkg_wiz_2 { + display: none; +} |
