src/ztfy/myams/resources/less/typo.less
changeset 130 e3cb023c73b6
parent 118 c87d242a1176
child 156 61176c64158d
--- a/src/ztfy/myams/resources/less/typo.less	Mon Apr 20 15:55:33 2015 +0200
+++ b/src/ztfy/myams/resources/less/typo.less	Wed Jun 10 17:29:16 2015 +0200
@@ -3,36 +3,36 @@
  */
 
 @font-face {
-  font-family: 'Ubuntu';
-  src: url('./fonts/Ubuntu-C.eot');
-  src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-C.woff') format('woff'),
-	   url('./fonts/Ubuntu-C.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-C.svg') format('svg');
-  font-weight: normal;
-  font-style: normal;
+	font-family: 'Ubuntu';
+	src: url('./fonts/Ubuntu-C.eot');
+	src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-C.woff') format('woff'),
+		 url('./fonts/Ubuntu-C.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-C.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
 }
 
 @font-face {
-  font-family: 'Ubuntu-Light';
-  src: url('./fonts/Ubuntu-L.eot');
-  src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-L.woff') format('woff'),
-	   url('./fonts/Ubuntu-L.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-L.svg') format('svg');
-  font-weight: normal;
-  font-style: normal;
+	font-family: 'Ubuntu-Light';
+	src: url('./fonts/Ubuntu-L.eot');
+	src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-L.woff') format('woff'),
+		 url('./fonts/Ubuntu-L.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-L.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
 }
 
 @font-face {
-  font-family: 'Ubuntu-Bold';
-  src: url('./fonts/Ubuntu-B.eot');
-  src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
-	   url('./fonts/Ubuntu-B.woff') format('woff'),
-	   url('./fonts/Ubuntu-B.ttf') format('truetype'),
-	   url('./fonts/Ubuntu-B.svg') format('svg');
-  font-weight: bold;
-  font-style: normal;
+	font-family: 'Ubuntu-Bold';
+	src: url('./fonts/Ubuntu-B.eot');
+	src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/Ubuntu-B.woff') format('woff'),
+		 url('./fonts/Ubuntu-B.ttf') format('truetype'),
+		 url('./fonts/Ubuntu-B.svg') format('svg');
+	font-weight: bold;
+	font-style: normal;
 }
 
 html,
@@ -290,13 +290,13 @@
 }
 
 .bordered {
-	border: 1px solid #dddddd;
+	border: 1px solid #ccc;
 
 	&:hover {
 		border: 1px solid #bbbbbb;
 	}
 	&.nohover:hover {
-		border-color: #dddddd;
+		border-color: #ccc;
 	}
 }
 
@@ -476,7 +476,6 @@
 	>table {
 		border: 0!important;
 		margin-bottom: 0!important;
-		border-bottom-width: 0!important;
 	}
 	.dataTables_wrapper table,
 	>table {