summaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-14 00:09:20 -0300
committerdequis <dx@dxzone.com.ar>2015-12-14 00:17:22 -0300
commit5d4612d5a915968fe3fad1718179447144163d40 (patch)
tree76bf3841217beab8bc81aee9873ebdc20da27c18 /assets/css/style.css
parente1b88132f4343f71ff3bf025880bc24aae14bc5b (diff)
downloadirssi.github.io-5d4612d5a915968fe3fad1718179447144163d40.zip
Search input box in the navbar
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index da0b73e..4eafe9f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -159,3 +159,7 @@ select .header {
blockquote {
font-size: inherit;
}
+
+.gsearch-form input.form-control {
+ width: 120px;
+}