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>
|
||||
<script src="localization.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body id="stylish-edit">
|
||||
<div id="header">
|
||||
<h1 id="heading"></h1>
|
||||
<section id="basic-info">
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<script src="storage.js"></script>
|
||||
<script src="messaging.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body id="stylish-manage">
|
||||
|
||||
<div id="header">
|
||||
<img src="128.png">
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<script src="storage.js"></script>
|
||||
<script src="messaging.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body id="stylish-popup">
|
||||
|
||||
<div id="installed"></div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user