]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
improvements based on feedback
authorFrankie Bagnardi <redacted>
Sat, 10 Aug 2019 21:33:33 +0000 (14:33 -0700)
committerChristel Dahlskjaer <redacted>
Tue, 18 Feb 2020 11:25:43 +0000 (11:25 +0000)
content/kb/using/registration.md
static/css/style.css

index d2879a24f643e8958a5aaca3bd75eec8ba5c7479..79e9f143f2c5107ccf7b11f9adbe416ea19fc77c 100755 (executable)
@@ -1,8 +1,6 @@
 Title: Nickname Registration
 ---
 
-<div class="page-variant-registration"></div>
-
 Your nick is how people on freenode know you. If you register it, you'll be able to use the same nick over and over. If you don't register, someone else may end
 up registering the nick you want. If you register and use the same nick, people will begin to know you by reputation.
 
index a13b4ee5e16e0e0c543eecbbc66ebdb6e730ac4a..cb7395966f4ab43efbb43f4b046c2bb186b637a1 100644 (file)
@@ -244,12 +244,16 @@ img {
     margin-top: 0;
 }
 
-.main .page-variant-registration ~ pre, .main .page-variant-registration ~ * pre {
+
+.main pre {
     padding: .5em .75em;
-    border-radius: .25em;
+    border: 1px solid var(--border-color);
+    overflow-x: auto;
+}
+
+.main pre, .main :not(pre)>code   {
     background: var(--c-off-white);
-    color: var(--c-hl-dark);
-    box-shadow: 0 0 1px  var(--c-bg-light);
+    border-radius: .25em;
 }
 
 .toclink,