Browse Source

made message font smaller

master
Stephan Richter 3 years ago
parent
commit
0a0de3891a
  1. 2
      pom.xml
  2. 1
      resources/css/style.css

2
pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.srsoftware</groupId>
<artifactId>web4rail</artifactId>
<version>1.5.34</version>
<version>1.5.35</version>
<name>Web4Rail</name>
<packaging>jar</packaging>
<description>Java Model Railway Control</description>

1
resources/css/style.css

@ -178,6 +178,7 @@ svg circle{ @@ -178,6 +178,7 @@ svg circle{
border-radius: 5px;
background: yellow;
z-index: 100;
font-size: 13px;
}
h2{

Loading…
Cancel
Save