mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 16:41:32 +11:00
things??????? wikipedia math and bullet points
This commit is contained in:
parent
e648b505f4
commit
cb6531eb69
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "1.10",
|
||||
"version": "1.11",
|
||||
"description": "misc CSS injections.",
|
||||
"icons": {
|
||||
"48": "icons/icon48.png",
|
||||
|
|
|
@ -141,6 +141,9 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* make annoying useless things invisible by default */
|
||||
|
||||
.mw-portlet-personal:hover,
|
||||
.mw-portlet-interaction:hover,
|
||||
.mw-portlet-tb:hover,
|
||||
|
@ -161,6 +164,9 @@
|
|||
transition: opacity 0.2s;
|
||||
}
|
||||
|
||||
|
||||
/* page max width */
|
||||
|
||||
@media (min-width: 145em) {
|
||||
.mw-body {
|
||||
border-right-width: 1px;
|
||||
|
@ -174,4 +180,36 @@
|
|||
#mw-head {
|
||||
max-width: 144.1em;
|
||||
left: 0em;
|
||||
}
|
||||
|
||||
.mwe-math-mathml-a11y {
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/* math */
|
||||
|
||||
.mwe-math-mathml-a11y {
|
||||
clip: inherit;
|
||||
overflow: inherit;
|
||||
position: inherit;
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
opacity: inherit;
|
||||
}
|
||||
|
||||
.mwe-math-fallback-image-inline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* bullet */
|
||||
|
||||
ul {
|
||||
list-style-image: inherit;
|
||||
}
|
|
@ -56,6 +56,10 @@
|
|||
{
|
||||
"version": "1.10",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
|
||||
},
|
||||
{
|
||||
"version": "1.11",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.11/injections-1.11.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue