Add local vs global distinction
This commit is contained in:
parent
426cf50f11
commit
7f8004be1f
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user