summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwyck@chromium.org <wyck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 19:32:35 +0000
committerwyck@chromium.org <wyck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-21 19:32:35 +0000
commit0dc567495088bae351da07b5d2eaf7e201c50168 (patch)
tree9b6d122d0c268f2058d09ae5f8fab90ec44feeb3
parent3694b32a3aaea129895620261bd359e703923b5b (diff)
downloadchromium_src-0dc567495088bae351da07b5d2eaf7e201c50168.zip
chromium_src-0dc567495088bae351da07b5d2eaf7e201c50168.tar.gz
chromium_src-0dc567495088bae351da07b5d2eaf7e201c50168.tar.bz2
Fix benign typo in edit search engine dialog css
There was an extra } at the end of the file. CSS ignores it. It was harmless. But, it should be removed. BUG=None TEST=None Review URL: http://codereview.chromium.org/8359035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106760 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/edit_search_engine_dialog.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/edit_search_engine_dialog.css b/chrome/browser/resources/edit_search_engine_dialog.css
index b12d303..0201c00 100644
--- a/chrome/browser/resources/edit_search_engine_dialog.css
+++ b/chrome/browser/resources/edit_search_engine_dialog.css
@@ -52,4 +52,3 @@ input {
height: 21px;
width: 22px;
}
-}