Remove the unused login_div CSS from SetCookie.html

It just makes the page a bit larger than we need it to be.

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-01-19 11:32:21 -08:00
parent 10a9f0f73b
commit f4ab8d2f95

View File

@@ -1,11 +1,6 @@
<html>
<head>
<style type="text/css">
#login_div {
width: 100%;
margin-left: auto;
margin-right: auto;
}
#submit {
font-weight: bold;
}