Turned off quirks mode

This commit is contained in:
MathMan05 2024-06-08 08:19:24 -05:00
parent 1609c01af6
commit 731ae08ec0
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link href="/style.css" rel="stylesheet" type="text/css" /> <link href="/style.css" rel="stylesheet" type="text/css" />

View file

@ -136,9 +136,6 @@ img {
width: auto; width: auto;
height: auto; height: auto;
} }
table {
/* border-collapse: collapse; */
}
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -157,6 +154,8 @@ body {
.commentrow{ .commentrow{
width:100%; width:100%;
word-wrap: break-word; word-wrap: break-word;
text-align: left;
font-weight: normal;
} }
#messagecontainer{ #messagecontainer{
overflow: auto; overflow: auto;
@ -226,6 +225,7 @@ p{
width:fit-content; width:fit-content;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
font-weight: bold;
} }
.spoiler{ .spoiler{
background:black; background:black;
@ -308,7 +308,7 @@ p{
background-color:black; background-color:black;
width:80%; width:80%;
} }
.home{ .Home{
border-radius: 50%; border-radius: 50%;
width:.5in; width:.5in;
height:.5in; height:.5in;
@ -394,10 +394,10 @@ textarea{
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
} }
.channel:hover{ .Channel:hover{
background:#1c1b25; background:#1c1b25;
} }
.channel{ .Channel{
user-select: none; user-select: none;
cursor: pointer; cursor: pointer;
} }