You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/cookies/settings.html
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ <h1>User settings</h1>
12
12
cookies disabled then you will not be able to change the settings
13
13
(everything still continues to work by using default settings).
14
14
</p>
15
-
<h2>How many days is considered "new"?</h2>
15
+
<h2class="mt-4">How many days is considered "new"?</h2>
16
16
<p>
17
17
This setting affects how many days are considered "new enough" to get the special highlighting in the documents table. The default setting is {{ defaults.new_enough }} days.
18
18
</p>
@@ -60,7 +60,7 @@ <h2>How many days is considered "new"?</h2>
60
60
90 days
61
61
</a>
62
62
</p>
63
-
<h2>How many days is considered "soon"?</h2>
63
+
<h2class="mt-4">How many days is considered "soon"?</h2>
64
64
<p>
65
65
This setting tells what is considered "soon" when showing documents that are going to be expire soon. The Default setting is {{ defaults.expires_soon }} days.
66
66
</p>
@@ -108,7 +108,7 @@ <h2>How many days is considered "soon"?</h2>
108
108
90 days
109
109
</a>
110
110
</p>
111
-
<h2>Show full document text by default?</h2>
111
+
<h2class="mt-4">Show full document text by default?</h2>
112
112
<p>
113
113
Show the full text immediately on the document page instead of only showing beginning of it. This defaults to {{ defaults.full_draft }}.
114
114
</p>
@@ -128,7 +128,7 @@ <h2>Show full document text by default?</h2>
128
128
On
129
129
</a>
130
130
</p>
131
-
<h2>Show the left-hand menu?</h2>
131
+
<h2class="mt-4">Show the left-hand menu?</h2>
132
132
<p>
133
133
Show the left-hand menu on all regular pages? This defaults to {{ defaults.left_menu }}.
134
134
</p>
@@ -148,4 +148,24 @@ <h2>Show the left-hand menu?</h2>
148
148
On
149
149
</a>
150
150
</p>
151
+
152
+
153
+
<h2class="mt-4">Which color mode should be used?</h2>
154
+
<p>
155
+
Use a light, dark or automatic (as indicated by OS) color mode.
0 commit comments