Last active
August 29, 2015 14:14
-
-
Save dsingleton/f55c5a860b511d07a916 to your computer and use it in GitHub Desktop.
Election fourth wall
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
#pulls li { | |
background: #333 !important; | |
padding-right: 40px; | |
opacity: .8; | |
} | |
#pulls li .status { | |
right: 0; | |
top: 0; | |
height: 100%; | |
width: 20px; | |
text-indent: -9999px; | |
} | |
.avatar { | |
} |
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
[ | |
{ | |
"userName": "alphagov", | |
"repo": "whitehall" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "policy-publisher" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "finder-frontend" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "rummager" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "govuk-content-schemas" | |
}, | |
{ | |
"userName": "alphagov", | |
"repo": "email-alert-frontend" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment