summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2013-09-17 20:41:06 +0200
committerJonas Smedegaard <dr@jones.dk>2013-09-17 20:41:06 +0200
commit5dd115f4170307703ae508e40b0f5271dd13b9a5 (patch)
tree287efb8141065c0207a5249118fa19dbab33e56a /local.scss
parentc6df06510bc85b7895fe663509323f6e3f456fdf (diff)
Drop (misguided) superfluous prefixing, and consistently use lowercase.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss52
1 files changed, 26 insertions, 26 deletions
diff --git a/local.scss b/local.scss
index 398a7f2..f07a17d 100644
--- a/local.scss
+++ b/local.scss
@@ -31,31 +31,31 @@ a {
font-weight: bold;
}
-DIV.header,
-SPAN.author,
-DIV.recentchanges,
-SPAN.committype,
-DIV#footer,
-DIV.inlinefooter {
+.header,
+.author,
+.recentchanges,
+.committype,
+#footer,
+.inlinefooter {
font-size: 80%;
}
-div.header {
+.header {
margin: 0 1em;
}
-div.topbar {
+.topbar {
padding: 1em 2em;
}
-DIV.topbar ul {
+.topbar ul {
@include inline-list;
li {
margin-right: 4%;
}
}
-DIV.sidebar {
+.sidebar {
background: none;
padding: 1em;
border: none;
@@ -65,15 +65,15 @@ DIV.sidebar {
margin-left: 2em;
}
-DIV.sidebar ul li {
+.sidebar ul li {
list-style-type: none;
}
-DIV.sidebar ul li SPAN.selflink {
+.sidebar ul li .selflink {
color: darkgreen;
}
-DIV.pagecloud {
+.pagecloud {
float: right;
width: auto;
color: darkgreen !important;
@@ -81,8 +81,8 @@ DIV.pagecloud {
background-color: none;
}
-DIV#wrapper,
-DIV#pagebody {
+#wrapper,
+#pagebody {
float: left;
margin: 1em 0 4.2em 5%;
@media only screen and (min-width: 40em) {
@@ -90,17 +90,17 @@ DIV#pagebody {
}
}
-DIV#content {
+#content {
max-width: 40em;
padding: 0;
}
-DIV#content IMG {
+#content img {
float: left;
margin: 0 25px 25px 0px;
}
-DIV.inlinepage {
+.inlinepage {
border: 0;
padding: 1em 0;
min-height: 100px;
@@ -108,39 +108,39 @@ DIV.inlinepage {
overflow: visible;
}
-DIV.inlineheader A {
+.inlineheader a {
font-weight: normal;
}
-DIV.inlinepage .tags {
+.inlinepage .tags {
display: none;
}
-DIV.inlineposttext {
+.inlineposttext {
clear: both;
}
-DIV.tags {
+.tags {
display: none;
}
-DIV#footer {
+#footer {
z-index: -1;
position: fixed;
bottom: 0;
width: 100%;
}
-DIV#backlinks {
+#backlinks {
display: none;
}
-DIV#pageinfo {
+#pageinfo {
margin: 0 1em;
padding: 1em 0 0;
border-top: 0;
}
-DIV.pageheader div.actions ul {
+.pageheader .actions ul {
border-bottom: 0;
}