varius style changes

This commit is contained in:
jomo
2014-05-09 01:10:43 +02:00
parent d7f0dff89e
commit ca978d9af6
3 changed files with 33 additions and 15 deletions

View File

@@ -11,8 +11,8 @@
#head {
#menu {
#logo:hover {
transition: none;
#logo {
display: none;
}
}
}
@@ -44,5 +44,17 @@
}
}
#user-info {
tbody {
tr {
display: block;
margin-bottom: 0.5em;
}
td:first-child:after {
content: ":";
}
}
}
}

View File

@@ -100,10 +100,11 @@ a {
}
ul {
margin: 0 0 0 100px;
margin: 0;
padding: 0;
list-style: none;
line-height: 0;
text-align: center;
li {
display: inline-block;
@@ -199,7 +200,7 @@ span.no-about {
h1 {
font-weight: normal;
font-size: 200%;
margin: 0;
margin: 1em 0 0.5em;
text-shadow: 0 1px #999;
word-wrap: break-word;
}
@@ -727,6 +728,10 @@ table {
width: 100%;
max-width: 100%;
table-layout: fixed;
label {
font-weight: bold;
}
}
img {