diff --git a/MANIFEST.in b/MANIFEST.in index 620156f..0fe6544 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ include *.txt *.ini *.cfg *.rst -recursive-include remarkbox *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2 +recursive-include remarkbox_westworld *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2 diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..cff659c --- /dev/null +++ b/readme.rst @@ -0,0 +1,14 @@ +Remarkbox Westworld Theme +############################ + +Install into your python environment using: + +.. code-block:: bash + + python setup.py install + +Include in your remarkbox .ini file using: + +.. code-block:: bash + + app.theme = remarkbox_westworld diff --git a/remarkbox_westworld/static/theme/css/westworld.css b/remarkbox_westworld/static/theme/css/westworld.css index efa2bf8..8f4634c 100644 --- a/remarkbox_westworld/static/theme/css/westworld.css +++ b/remarkbox_westworld/static/theme/css/westworld.css @@ -33,7 +33,7 @@ ul.summery { padding-left: 20px; } -li { +li.summery { margin-bottom: 10px; } diff --git a/remarkbox_westworld/templates/base.j2 b/remarkbox_westworld/templates/base.j2 index 1f9f601..5478538 100644 --- a/remarkbox_westworld/templates/base.j2 +++ b/remarkbox_westworld/templates/base.j2 @@ -1,9 +1,12 @@
-