summaryrefslogtreecommitdiff
path: root/monochrome/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'monochrome/style.css')
-rw-r--r--monochrome/style.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/monochrome/style.css b/monochrome/style.css
index d14484a..1e0c0c6 100644
--- a/monochrome/style.css
+++ b/monochrome/style.css
@@ -10,7 +10,7 @@ footer,header,hgroup,menu,nav,section {
display: block;
}
-.header {
+div.header, header.header {
margin: 0;
font-size: 140%;
font-weight: bold;
@@ -465,40 +465,40 @@ li.L8 { list-style: upper-alpha; }
display: none;
}
-/* openid selector */
-#openid_choice {
+/* login selector */
+#login_choice {
display: none;
}
-#openid_input_area {
+#login_input_area {
clear: both;
padding: 10px;
}
-#openid_btns, #openid_btns br {
+#login_btns, #login_btns br {
clear: both;
}
-#openid_highlight {
+#login_highlight {
background-color: black;
float: left;
}
-.openid_large_btn {
+.login_large_btn {
padding: 1em 1.5em;
border: 1px solid #DDD;
margin: 3px;
float: left;
}
-.openid_small_btn {
+.login_small_btn {
padding: 4px 4px;
border: 1px solid #DDD;
margin: 3px;
float: left;
}
-a.openid_large_btn:focus {
+a.login_large_btn:focus {
outline: none;
}
-a.openid_large_btn:focus {
+a.login_large_btn:focus {
outline-style: none;
}
-.openid_selected {
+.login_selected {
border: 4px solid #DDD;
}
@@ -614,7 +614,7 @@ body {
font-family: 'Lato', sans-serif;
}
-.header {
+div.header, header.header {
margin-bottom: 0.5em;
}
.pageheader .actions ul {