mirror of https://github.com/kiwix/libkiwix.git
Fix few errors in static files.
This commit is contained in:
parent
4d3df4e889
commit
de819dff25
|
@ -5,7 +5,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-position-y: 0px;
|
background-position-y: 0;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body{
|
body{
|
||||||
color: #00000;
|
color: #000000;
|
||||||
font: small/normal Arial,Helvetica,Sans-Serif;
|
font: small/normal Arial,Helvetica,Sans-Serif;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body{
|
body{
|
||||||
color: #00000;
|
color: #000000;
|
||||||
font: small/normal Arial,Helvetica,Sans-Serif;
|
font: small/normal Arial,Helvetica,Sans-Serif;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|
Loading…
Reference in New Issue