remove window type
This commit is contained in:
parent
0a79f64528
commit
181df98a98
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
<script src="../scripts/pages/popup.js" type="module"></script>
|
||||
<link href="/styles/popup.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body role="window">
|
||||
<body>
|
||||
<header>
|
||||
<nav id="header" class="nav-wrapper transparent">
|
||||
<ul class="right">
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
#score {
|
||||
background-color: #88888888;
|
||||
height: 2px;
|
||||
|
@ -11,8 +10,4 @@
|
|||
|
||||
#score::-webkit-progress-value {
|
||||
background-color: #ffF;
|
||||
}
|
||||
|
||||
body[role="window"] {
|
||||
width: 250pt;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue