Browse Source

Cleanups.

Mark Sibly 9 years ago
parent
commit
26ac2d2547
2 changed files with 18 additions and 12 deletions
  1. 17 11
      docs/style.css
  2. 1 1
      modules/mojo/graphics/image.monkey2

+ 17 - 11
docs/style.css

@@ -325,27 +325,33 @@ form{
 
 table{
 	table-layout: fixed;
+	border-spacing: 0;
 	width: 100%;
 	margin: 16px 0;
 }
 
-th,
-td{
+table.modman{
+	font-size: 90%;
+	table-layout: auto;
+	margin: 0;
+}
+
+th,td{
 	border-bottom: 1px solid #e1e1e1;
-	padding: 4px 0;
 	text-align: left;
+	padding: 4px 0;
+}
 
-	/*
-	&:first-child
-		padding-left: 0
+th{
+	font-weight: 600;
+}
 
-	&:last-child
-		padding-right: 0
-	*/
+th.modman{
+	padding: 0 8px;
 }
 
-th{
-	font-weight: 400;
+td.modman{
+	padding: 0 8px;
 }
 
 /* ***** typography ***** */

+ 1 - 1
modules/mojo/graphics/image.monkey2

@@ -147,7 +147,7 @@ Class Image
 	End
 	
 	#rem monkeydoc @hidden The image's rect within its texture.
-	#endif
+	#end
 	Property Rect:Recti()
 	
 		Return _rect