Skip to content
Snippets Groups Projects
Commit 6e223dd6 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

can't center this cleanly

parent 020f5598
No related branches found
No related tags found
1 merge request!5973Css intro
...@@ -932,28 +932,26 @@ ...@@ -932,28 +932,26 @@
<</if>> <</if>>
<br> <br>
<<if $seeExtreme == 1>> <<if $seeExtreme == 1>>
''Vision''<br>
<<options $activeSlave.eye.left.vision>> <<options $activeSlave.eye.left.vision>>
''Left:'' ''Left eye:''
<<option 0 "Blind">> Blind <<option 0 "Blind">> Blind
<<option 1 "Nearsighted">> Nearsighted <<option 1 "Nearsighted">> Nearsighted
<<optiondefault 2 "Normal">> Normal <<optiondefault 2 "Normal">> Normal
<</options>><br> <</options>><br>
<<options $activeSlave.eye.right.vision>> <<options $activeSlave.eye.right.vision>>
''Right:'' ''Right eye:''
<<option 0 "Blind">> Blind <<option 0 "Blind">> Blind
<<option 1 "Nearsighted">> Nearsighted <<option 1 "Nearsighted">> Nearsighted
<<optiondefault 2 "Normal">> Normal <<optiondefault 2 "Normal">> Normal
<</options>> <</options>>
<<else>> <<else>>
''Vision''<br>
<<options $activeSlave.eye.left.vision>> <<options $activeSlave.eye.left.vision>>
''Left:'' ''Left eye:''
<<option 1 "Nearsighted">> Nearsighted <<option 1 "Nearsighted">> Nearsighted
<<optiondefault 2 "Normal">> Normal <<optiondefault 2 "Normal">> Normal
<</options>><br> <</options>><br>
<<options $activeSlave.eye.right.vision>> <<options $activeSlave.eye.right.vision>>
''Right:'' ''Right eye:''
<<option 1 "Nearsighted">> Nearsighted <<option 1 "Nearsighted">> Nearsighted
<<optiondefault 2 "Normal">> Normal <<optiondefault 2 "Normal">> Normal
<</options>> <</options>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment