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