Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Minor improvements for several ubuntu.com websites
@namespace url(http://www.w3.org/1999/xhtml);
/*
* Ubuntu Etherpad
* pad.ubuntu.com
*
*/
@-moz-document domain("pad.ubuntu.com") {
/* Make sure the last line of the chat is shown */
#chatlines {
margin-bottom: 10px;
}
}
/*
* Ubuntu wiki
* wiki.ubuntu.com
*
*/
@-moz-document domain("wiki.ubuntu.com") {
/* Fix padding for list elements */
#content li {
margin-bottom: 0.2em !important;
}
/* Fix table width for regular tables */
#content table {
width: 95%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment