# HG changeset patch # User Matti Hamalainen # Date 1350478110 -10800 # Node ID 2be3eec4c7a5d445451d09f32972f774fe81a808 # Parent 16aea8e5cb719672012762eb2d75f0b36c9c15fb Adjust css selector font size. diff -r 16aea8e5cb71 -r 2be3eec4c7a5 luk1.css --- a/luk1.css Wed Oct 17 15:35:16 2012 +0300 +++ b/luk1.css Wed Oct 17 15:48:30 2012 +0300 @@ -34,7 +34,7 @@ position: absolute; right: 1em; top: 1em; - font-size: 5pt; + font-size: 6pt; background: rgb(10,114,133); padding: 5pt; -moz-border-radius: 5pt; diff -r 16aea8e5cb71 -r 2be3eec4c7a5 luk2.css --- a/luk2.css Wed Oct 17 15:35:16 2012 +0300 +++ b/luk2.css Wed Oct 17 15:48:30 2012 +0300 @@ -32,7 +32,7 @@ position: absolute; right: 1em; top: 1em; - font-size: 5pt; + font-size: 6pt; background: rgb(10,114,133); padding: 5pt; -moz-border-radius: 5pt; diff -r 16aea8e5cb71 -r 2be3eec4c7a5 luk3.css --- a/luk3.css Wed Oct 17 15:35:16 2012 +0300 +++ b/luk3.css Wed Oct 17 15:48:30 2012 +0300 @@ -35,7 +35,7 @@ position: absolute; right: 1em; top: 1em; - font-size: 5pt; + font-size: 6pt; background: rgb(100,50,80); padding: 5pt; -moz-border-radius: 5pt;