Skip to content

Instantly share code, notes, and snippets.

@knomepasi
Last active October 19, 2015 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knomepasi/22e5998bca83f53463b9 to your computer and use it in GitHub Desktop.
Save knomepasi/22e5998bca83f53463b9 to your computer and use it in GitHub Desktop.
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