summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 17:58:13 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-12 17:58:13 +0000
commitd52c65ab9b606340ee32fc8839119c575a01a876 (patch)
tree450e7d8fa324a48b3ea026174626c4f98604e94d /remoting
parent1bf23421a09040259569e71027dd0400a3aae9ed (diff)
downloadchromium_src-d52c65ab9b606340ee32fc8839119c575a01a876.zip
chromium_src-d52c65ab9b606340ee32fc8839119c575a01a876.tar.gz
chromium_src-d52c65ab9b606340ee32fc8839119c575a01a876.tar.bz2
CSS rules are not semicolon terminated.
This is causing the NAT warning to be unstyled. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10065019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index c6efb65..bce439d 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -341,7 +341,7 @@ section {
height: 80px;
width: 400px;
padding-top: 2em;
-};
+}
.information-box {
background-color: #f9edbe;