diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/shell.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/jekyll-theme/shell.css b/assets/css/jekyll-theme/shell.css index 7494508..215d610 100644 --- a/assets/css/jekyll-theme/shell.css +++ b/assets/css/jekyll-theme/shell.css @@ -31,8 +31,7 @@ /* Styling, yo. */ .shell > div { /* Color the border in the color of grass. */ - border: medium solid #008567; - border-width: 0 0 medium 0; + border-bottom: medium solid #008567; } .shell-mark, .shell-cmd { border: none; |