commit 7f8004be1feb9ddc02bdee2622156d6791e48510 parent 426cf50f116a9f28f7eb26d6c55c5660ea11de50 Author: Jay McCarthy <jay.mccarthy@gmail.com> Date: Tue, 5 Sep 2017 15:15:31 +0100 Add local vs global distinction Diffstat:
| M | scribble-lib/scribble/manual-style.css | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/scribble-lib/scribble/manual-style.css b/scribble-lib/scribble/manual-style.css @@ -263,6 +263,10 @@ a:hover { font-size: 0.8rem; } +/* Default to local view. Global will specialize */ +.plt_global_only { display: none; } +.plt_local_only { display: block; } + /* ---------------------------------------- */ /* Version */ @@ -739,4 +743,4 @@ blockquote > blockquote.SVInsetFlow { margin-right: 13em; margin-left: 0; } -} -\ No newline at end of file +}