Browse Source

Fix table header text alignment

[ci skip]
Camilla Löwy 8 years ago
parent
commit
8c0512027f
2 changed files with 1 additions and 0 deletions
  1. 0 0
      docs/extra.css
  2. 1 0
      docs/extra.less

File diff suppressed because it is too large
+ 0 - 0
docs/extra.css


+ 1 - 0
docs/extra.less

@@ -247,6 +247,7 @@ table.doxtable th,dl.reflist dt {
 	background:linear-gradient(to bottom,@table-background-color2 0%,@table-background-color1 100%);
 	box-shadow:inset 0 0 32px @table-background-color1;
 	text-shadow:0 -1px 1px darken(@table-background-color1, 15%);
+	text-align:left;
 	color:@table-text-color;
 }
 

Some files were not shown because too many files changed in this diff