issue 80 Add 'id' attribute to 'HTML' or 'BODY' element in Stylish for Chrome settings pages
This commit is contained in:
parent
e0e52e7ac7
commit
5d1e987a38
|
@ -88,7 +88,7 @@
|
||||||
</style>
|
</style>
|
||||||
<script src="localization.js"></script>
|
<script src="localization.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body id="stylish-edit">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1 id="heading"></h1>
|
<h1 id="heading"></h1>
|
||||||
<section id="basic-info">
|
<section id="basic-info">
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<script src="storage.js"></script>
|
<script src="storage.js"></script>
|
||||||
<script src="messaging.js"></script>
|
<script src="messaging.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body id="stylish-manage">
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<img src="128.png">
|
<img src="128.png">
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
<script src="storage.js"></script>
|
<script src="storage.js"></script>
|
||||||
<script src="messaging.js"></script>
|
<script src="messaging.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body id="stylish-popup">
|
||||||
|
|
||||||
<div id="installed"></div>
|
<div id="installed"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user