mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
fixed #114 : minimum & maximum scale removed
This commit is contained in:
parent
82051a6a6a
commit
15493df62d
2 changed files with 2 additions and 7 deletions
|
@ -120,11 +120,6 @@ header h1 {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main .entrie .url {
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*** ***/
|
/*** ***/
|
||||||
/*** ARTICLE PAGE ***/
|
/*** ARTICLE PAGE ***/
|
||||||
|
|
||||||
|
@ -244,5 +239,5 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reading-time {
|
.reading-time {
|
||||||
font-size: 13px;
|
font-size: 0.8em;
|
||||||
}
|
}
|
|
@ -5,7 +5,7 @@
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
|
<meta name="viewport" content="initial-scale=1.0">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
||||||
<title>{% block title %}{% endblock %} - poche</title>
|
<title>{% block title %}{% endblock %} - poche</title>
|
||||||
|
|
Loading…
Reference in a new issue