Kouhei Sutou 2018-12-12 18:57:08 +0900 (Wed, 12 Dec 2018) Revision: cb0ccd9ee472fdbf7621822df251eab0f58bf50c https://github.com/groonga/groonga.org/commit/cb0ccd9ee472fdbf7621822df251eab0f58bf50c Message: Style autocomplete list Modified files: _layouts/skeleton.html css/screen.css Modified: _layouts/skeleton.html (+8 -5) =================================================================== --- _layouts/skeleton.html 2018-12-07 13:30:40 +0900 (49204709b) +++ _layouts/skeleton.html 2018-12-12 18:57:08 +0900 (a70667a36) @@ -24,11 +24,6 @@ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> - <!-- syntax highlighting CSS --> - <link rel="stylesheet" href="/css/syntax.css" type="text/css"> - <!-- Homepage CSS --> - <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection"> - {% case page.language %} {% when "en" %} <link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/index.rdf"> @@ -40,10 +35,18 @@ src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script type="text/javascript" src="http://search.groonga.org/static/js/myautocomplete.js"></script> + + <link rel="stylesheet" + href="/css/syntax.css" + type="text/css"> <link rel="stylesheet" href="http://search.groonga.org/static/css/myautocomplete.css" type="text/css" media="screen, projection"> + <link rel="stylesheet" + href="/css/screen.css" + type="text/css" + media="screen, projection"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ Modified: css/screen.css (+4 -0) =================================================================== --- css/screen.css 2018-12-07 13:30:40 +0900 (f62d90c06) +++ css/screen.css 2018-12-12 18:57:08 +0900 (2e63d74cc) @@ -717,3 +717,7 @@ footer address { padding-top: 5px; } + +#myautocomplete { + padding-left: 8px; +} -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181212/f8ea2895/attachment-0001.html>