X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=00d9e360247c3bfe4895f36e4b01913d8ef4ad63;hb=43cfb3293651b162c4b2d7aac4c5ecaf4efc3fc2;hp=286157501f5f850e3e436ca75b7d61c9384986ed;hpb=dab7b61577baa725e3b9343f69787153b6375196;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 2861575..00d9e36 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -49,6 +49,10 @@ textarea { color: rgb(255, 172, 0); } +#sone a.internet { + color: rgb(255, 0, 0); +} + #sone a img { border: none; } @@ -69,10 +73,6 @@ textarea { float: right; } -#sone #notification-area .notification > div { - display: inline; -} - #sone #notification-area .notification .post-count { margin-left: 1ex; } @@ -335,10 +335,6 @@ textarea { background-color: #ffffa0; } -#sone .sone .id { - display: none; -} - #sone .sone .profile-link { display: block; }