diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/blank.html | 2 | ||||
| -rw-r--r-- | pages/options.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pages/blank.html b/pages/blank.html index aa9e762a..496c1868 100644 --- a/pages/blank.html +++ b/pages/blank.html @@ -1,6 +1,6 @@ <html> <head> - <title>New Tab Page</title> + <title>New Tab</title> <script src="content_script_loader.js"></script> </head> <body> diff --git a/pages/options.html b/pages/options.html index c3d3a4d0..7a41d1fd 100644 --- a/pages/options.html +++ b/pages/options.html @@ -116,6 +116,10 @@ input#previousPatterns, input#nextPatterns { width: 100%; } + input#newTabUrl { + width: 100%; + min-height: 135px; + } input#searchUrl { width: 100%; } |
