Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Haziza authored and Frédéric Haziza committed Jan 23, 2018
1 parent 050f9e7 commit 07e522c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@

today_fmt = '%B %d, %Y'

def setup(app):
app.add_stylesheet('custom.css')

# -- Other stuff ----------------------------------------------------------
htmlhelp_basename = 'LocalEGA'
latex_elements = {}
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ Miscellaneous

.. |moreabout| unicode:: U+261E .. right pointing finger
.. |connect| unicode:: U+21cc .. <-_>

7 changes: 3 additions & 4 deletions docs/static/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.bolditalic { font-weight: bold; font-style:italic; }
.inline-baseline { position: relative; bottom:-0.75ex; }

/* div.note { float: right; width:200px; margin: 0 0 0 10px; padding: 10px; position:relative; } */

/* div.note > .first { position:absolute; top:0; left:0; transform:translate(-50%, -50%) rotate(-30deg); font-size:1em; background: black; color:white; margin:0; } */
/* footer * { display:none; } */
/* footer > hr, */
/* footer > div { display: block; } */

0 comments on commit 07e522c

Please sign in to comment.