diff --git a/images/ss_sourcecode.png b/images/ss_sourcecode.png new file mode 100644 index 0000000..4a4774a Binary files /dev/null and b/images/ss_sourcecode.png differ diff --git a/index.html b/index.html index a9de15a..be12169 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,7 @@
git clone git://github.com/Kerrick/Mostly-Harmless.git
If you would like to install Mostly Harmless from its source code, visit the github downloads page, and click on the latest tagged download package for the most recent stable release. Alternatively, you can grab the latest tarball, but consider that it could be in an unstable developmental state.
+
To install from source:
If you find a bug in Mostly Harmless, or if you would like to request a new feature, doing so is easy! Simply visit github.com/Kerrick/Mostly-Harmless/issues/new and submit a ticket! Be sure to be very descriptive so I can figure out exactly what is wrong, or precisely what you are requesting.
The reddit alien logo is a trademark of Conde Nast Digital, and I am required to apply for a license to use it. I have done so, and am waiting to hear back. Until then, I cannot use Snoo.
+For those that don't speak regular expressions, I'll go over the default Excluded Regex patterns here so you can know which ones to get rid of.
chrome://.*
This excludes all Google Chrome pages such as the new tab page, Chrome settings, et. al.
diff --git a/style.css b/style.css index 776fb6d..9c6d918 100644 --- a/style.css +++ b/style.css @@ -27,7 +27,7 @@ div.article h2{font:24px 'Carter One', sans-serif;line-height:24px;margin:24px 0 div.article h2:first-child{margin-top:0;} div.article p{margin:0 0 12px;} div.article img[width="832"]{margin:0 -10px;} -div.article img[width="812"]{border-radius:3px;} +div.article img[width="812"]{box-shadow:0px 2px 10px black;border:1px solid white;padding:1px;background:black;margin: -2px -2px 10px -2px;} div.article ul{border-bottom:1px solid #848484;border-left:1px solid #121212;border-right:1px solid #848484;border-top:1px solid #121212;background:#383838;} div.article ul li{border-bottom:1px solid #121212;border-left:1px solid #848484;border-right:1px solid #121212;border-top:1px solid #848484;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;_height:48px;height:48px;width:200px;background:#444;} div.article ul li a{background:url(icons/generic.png) 8px top no-repeat;color:#848484;display:block;font:10px Arial, Helvetica, sans-serif;line-height:6px;height:100%;text-decoration:none;padding:0 0 0 48px;width:152px;}