Last active
October 19, 2015 11:36
-
-
Save knomepasi/22e5998bca83f53463b9 to your computer and use it in GitHub Desktop.
Minor improvements for several ubuntu.com websites
This file contains 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
@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