issue 80 Add 'id' attribute to 'HTML' or 'BODY' element in Stylish for Chrome settings pages

This commit is contained in:
Jason Barnabe 2013-01-25 18:50:46 -06:00
parent e0e52e7ac7
commit 5d1e987a38
3 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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>