about summary refs log tree commit diff
path: root/src/librustdoc/html/static
diff options
context:
space:
mode:
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-08-03 20:39:58 -0400
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>2018-08-03 20:39:58 -0400
commitd5dd37b00ff52099bfed85f242500803beb0dbdf (patch)
tree887a98c96c927d73c6d8711d854c6c422d569f7f /src/librustdoc/html/static
parent59fa6bd6c14eebd213884da08a33639b4c848bb3 (diff)
downloadrust-d5dd37b00ff52099bfed85f242500803beb0dbdf.tar.gz
rust-d5dd37b00ff52099bfed85f242500803beb0dbdf.zip
Make left column of rustdoc search results narrower
To make more room for the description of the item
Diffstat (limited to 'src/librustdoc/html/static')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index b689e2fa385..f9708dacc33 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -610,7 +610,7 @@ a {
 
 .content .search-results td:first-child {
 	padding-right: 0;
-	width: 75%;
+	width: 50%;
 }
 .content .search-results td:first-child a {
 	padding-right: 10px;