diff --git a/less/bootstrap/variables.less b/less/bootstrap/variables.less index b13be9d..31a4031 100644 --- a/less/bootstrap/variables.less +++ b/less/bootstrap/variables.less @@ -42,7 +42,7 @@ // //## Font, line-height, and color for body text, headings, and more. -@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +@font-family-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-serif: Georgia, "Times New Roman", Times, serif; //** Default monospace fonts for ``, ``, and `
`.
 @font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
diff --git a/less/categories.less b/less/categories.less
index 6de86cf..d3e9dcc 100644
--- a/less/categories.less
+++ b/less/categories.less
@@ -1,26 +1,66 @@
 .categories {
+	list-style-type: none;
+	padding: 0;
 
-}
+	> li {
+		margin-bottom: 20px;
 
-.motd {
-	margin-bottom: 1em;
+		.icon {
+			font-size: 17px;
+			padding: 14px;
+			border-radius: 50%;
+			line-height: 20px;
+			margin-right: 15px;
+			min-width: 46px;
+			min-height: 46px;
+			text-align: center;
+			margin-top: 2px;
+		}
 
-	&.default {
+		h1 {
+			font-size: 22px;
+			margin: 0;
+		}
 
-		padding: 2em;
+		.stats {
+			list-style-type: none;
 
-		h1 {
-			margin-top: 0;
+			li {
+				font-size: 20px;
+				text-align: center;
+
+				small {
+					text-transform: uppercase;
+					color: @gray-light;
+					font-weight: 300;
+					font-size: 12px;
+				}
+			}
 		}
-	}
-}
 
-.footer {
-	margin-top: 1em;
-}
+		.card {
+			border-left: 4px solid #ccc;
+			padding-left: 20px;
+			text-align: left;
+			height: 53px;
+			margin-top: 2px;
+			overflow: hidden;
+
+			img {
+				border-radius: 50%;
+				width: 30px;
+				height: 30px;
+			}
 
-.maintenance {
-	.well {
-		white-space: pre-line;
+			p {
+				font-size: 12px;
+				margin: 0;
+
+				.emoji {
+					max-width: 12px;
+					max-height: 12px;
+				}
+			}
+		}
 	}
 }
\ No newline at end of file
diff --git a/less/style.less b/less/style.less
index a4feed2..0ad269f 100644
--- a/less/style.less
+++ b/less/style.less
@@ -1,3 +1,5 @@
+@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
+
 .brand-primary {
 	color: @brand-primary;
 }
@@ -228,4 +230,16 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus {
 .badge {
 	vertical-align: 17%;
 }
-//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
\ No newline at end of file
+//END: FIXES FOR BS3, may need to remove these when we get out of the RC releases
+
+
+.maintenance {
+	.well {
+		white-space: pre-line;
+	}
+}
+
+
+.footer {
+	margin-top: 1em;
+}
diff --git a/templates/categories.tpl b/templates/categories.tpl
index 8a82374..28f6339 100644
--- a/templates/categories.tpl
+++ b/templates/categories.tpl
@@ -1,56 +1,40 @@
-
- \ No newline at end of file diff --git a/templates/header.tpl b/templates/header.tpl index 89fb7c8..3d62728 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -47,7 +47,7 @@ -