Add a css namespace to our controlled pages

Means we can safely style our own pages from themes.
This commit is contained in:
Colin Caine 2018-05-21 03:22:39 +01:00
parent cef95bb214
commit 59e737f254
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="TridactylOwnNamespace">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/cleanslate.css">

View file

@ -1,4 +1,5 @@
<html lang="en" style="display: none;">
<!doctype html>
<html lang="en" style="display: none;" class="TridactylOwnNamespace">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/newtab.css">