Commit d4dbde24 authored by Marco Cavalli's avatar Marco Cavalli
Browse files

fix TAL alignment

parent 17fd022a
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
.TAL {
  font-family: Arial;
  font-size: 9pt;
  text-align: left;
}

.HTML-Variable {
@@ -60,7 +61,8 @@
}

.Plain_Text_Char {
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
}

.HTML-Error {
@@ -206,7 +208,6 @@
  padding: 16px;
  background-color: white;
  border-radius: 3px;

}

.TF {
@@ -233,7 +234,8 @@
}

.HTML-Sample {
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  font-size: 8pt;
}

@@ -246,7 +248,8 @@
}

.PL {
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-family: "Roboto Mono", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  font-size: 8pt;
}