Created
September 1, 2011 15:21
-
-
Save beaucollins/1186405 to your computer and use it in GitHub Desktop.
Put crests in the header
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ===== Crest Links in Header ===== */ | |
.usertext { | |
position:static; | |
} | |
.usertext-body a[href="/r/chicagofire"], | |
.usertext-body a[href="/r/chivasusa"], | |
.usertext-body a[href="/r/coloradorapids"], | |
.usertext-body a[href="/r/TheMassive"], | |
.usertext-body a[href="/r/FCDallas"], | |
.usertext-body a[href="/r/DCUnited"], | |
.usertext-body a[href="/r/dynamo"], | |
.usertext-body a[href="/r/LAGalaxy"], | |
.usertext-body a[href="/r/NErevolution"], | |
.usertext-body a[href="/r/soydelmetro"], | |
.usertext-body a[href="/r/PhillyUnion"], | |
.usertext-body a[href="/r/timbers"], | |
.usertext-body a[href="/r/realsaltlake"], | |
.usertext-body a[href="/r/SJEarthquakes"], | |
.usertext-body a[href="/r/SoundersFC"], | |
.usertext-body a[href="/r/sportingkc"], | |
.usertext-body a[href="/r/TFC"], | |
.usertext-body a[href="/r/whitecapsfc"] { | |
position:absolute; | |
z-index:100; | |
top:26px; | |
right:2px; | |
} | |
.usertext-body a[href="/r/chicagofire"] { | |
right:412px; | |
} | |
.usertext-body a[href="/r/chivasusa"] { | |
right:388px; | |
} | |
.usertext-body a[href="/r/coloradorapids"] { | |
right:364px; | |
} | |
.usertext-body a[href="/r/TheMassive"] { | |
right:340px; | |
} | |
.usertext-body a[href="/r/FCDallas"] { | |
right:316px; | |
} | |
.usertext-body a[href="/r/DCUnited"] { | |
right:292px; | |
} | |
.usertext-body a[href="/r/dynamo"] { | |
right:268px; | |
} | |
.usertext-body a[href="/r/LAGalaxy"] { | |
right:244px; | |
} | |
.usertext-body a[href="/r/NErevolution"] { | |
right:220px; | |
} | |
.usertext-body a[href="/r/soydelmetro"] { | |
right:196px; | |
} | |
.usertext-body a[href="/r/PhillyUnion"] { | |
right:172px; | |
} | |
.usertext-body a[href="/r/timbers"] { | |
right:148px; | |
} | |
.usertext-body a[href="/r/realsaltlake"] { | |
right:124px; | |
} | |
.usertext-body a[href="/r/SJEarthquakes"] { | |
right:100px; | |
} | |
.usertext-body a[href="/r/SoundersFC"] { | |
right:76px; | |
} | |
.usertext-body a[href="/r/sportingkc"] { | |
right:52px; | |
} | |
.usertext-body a[href="/r/TFC"] { | |
right:28px; | |
} | |
.usertext-body a[href="/r/whitecapsfc"] { | |
right:4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment