Created
April 11, 2012 17:53
-
-
Save ayust/2360906 to your computer and use it in GitHub Desktop.
Re-center Stream in New G+ Theme
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
/* | |
Add this theme in Stylish or the like. | |
Set it for 'Pages on the domain plus.google.com' | |
*/ | |
#contentPane > div { | |
text-align: center !important; | |
} | |
#contentPane > div > div > div { | |
text-align: left !important; | |
} | |
/* Alternatively, Mozilla format: | |
@-moz-document domain("plus.google.com") { | |
#contentPane > div { | |
text-align: center !important; | |
} | |
#contentPane > div > div > div { | |
text-align: left !important; | |
} | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also if you want darker comment text, you can add this:
(For fully black text, use #000 instead of #444.)