Skip to content

Commit

Permalink
Homepage|News Summary: Tweaked style in an attempt to normalize acros…
Browse files Browse the repository at this point in the history
…s all browsers
  • Loading branch information
danij-deng committed Feb 28, 2012
1 parent b474868 commit 0f3f39f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions web/style.css
Expand Up @@ -475,12 +475,6 @@ p.legal a {

/*---------------------- NewsFeed ---------------------*/

.projectnews-label {
color: #ffffff;
font-weight: bold;
min-height: 139px;
}

#projectnews {
position: relative;
top: -282px; /* minus image height */
Expand All @@ -492,6 +486,7 @@ p.legal a {
color: #ff8a00;
font-size: xx-small;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
min-height: 139px;
background: url(http://code.iki.fi/dengine.net/images/shadow.png) no-repeat;
}
Expand All @@ -504,6 +499,7 @@ p.legal a {

#projectnews ul li {
list-style-type: none;
min-height: 1.6em;
}

#projectnews a {
Expand All @@ -520,6 +516,12 @@ p.legal a {
font-size: x-small;
}

.projectnews-label {
color: #ffffff;
font-weight: bold;
min-height: 139px;
}

/*-------------------- GameServers -------------------*/

#servers-label {
Expand Down

0 comments on commit 0f3f39f

Please sign in to comment.