Add local vs global distinction

This commit is contained in:
Jay McCarthy 2017-09-05 15:15:31 +01:00
parent 426cf50f11
commit 7f8004be1f

View File

@ -263,6 +263,10 @@ a:hover {
font-size: 0.8rem; font-size: 0.8rem;
} }
/* Default to local view. Global will specialize */
.plt_global_only { display: none; }
.plt_local_only { display: block; }
/* ---------------------------------------- */ /* ---------------------------------------- */
/* Version */ /* Version */