site/style.css

changeset 2
5322f0778cb1
parent 1
0a8d8d1522b7
child 4
f43055fb4a5c
--- a/site/style.css	Thu Jan 02 03:02:34 2020 -0700
+++ b/site/style.css	Thu Jan 02 03:55:00 2020 -0700
@@ -50,6 +50,27 @@
 }
 
 
+/* Features Nav */
+ul.featuresNav{
+	list-style-type: none;
+	padding: inherit;
+	font-size: inherit;
+}
+ul.featuresNav a{
+	color:#FAFAFA;
+	text-decoration: none;
+}
+ul.featuresNav h1{
+	font-size:2em;
+	margin-top: .1em;
+}
+div.featureShowcaseContainer {
+
+}
+img.featureShowcase{
+
+}
+
 /* Text Styles */
 div.content {
 	font-family: 'Lato', sans-serif;
@@ -77,7 +98,6 @@
 	margin-bottom: .25em;
 	font-size: 0.875em;
 }
-
 #textNotice {
 	width: max-content;
 	background-image: url("missing_5p.png");
@@ -120,8 +140,7 @@
 	border-bottom-color: #373737;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
-  }
-
+}
 div.contentSection {
 	border-color: #282828;
 	border-style: solid;
@@ -136,6 +155,10 @@
 	color:#fafafa;
 	text-decoration: none;
 }
+img.toolIconSM {
+	float: right;
+	margin-right: .25em;
+}
 
 /* Media Styles */
 div.mediaContainer {

mercurial