Skip to content

Commit 8df05b1

Browse files
committed
Add a class to shell prompt
In `#previous-versions-dropdown footer`.
1 parent 2ea5261 commit 8df05b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/stylesheets/reference.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ h3.plumbing {
148148
user-select: all;
149149
}
150150

151-
span {
151+
span.prompt {
152152
user-select: none;
153153
font-weight: bold;
154154
}

app/views/doc/_versions.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
</ol>
3636
<footer>
3737
<p>Check your version of git by running</p>
38-
<code><span>$ </span>git --version</code>
38+
<code><span class="prompt">$ </span>git --version</code>
3939
</footer>
4040
</div>

0 commit comments

Comments
 (0)