Commit 62f9c0e1 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed layout in third Android tutorial

parent 3c8e151c
...@@ -175,6 +175,8 @@ a:hover { ...@@ -175,6 +175,8 @@ a:hover {
div.body p, div.body dd, div.body li { div.body p, div.body dd, div.body li {
text-align: justify; text-align: justify;
line-height: 130%; line-height: 130%;
margin-top: 1em;
margin-bottom: 1em;
} }
div.body h1, div.body h1,
...@@ -327,16 +329,16 @@ table.field-list { ...@@ -327,16 +329,16 @@ table.field-list {
margin-top: 20px; margin-top: 20px;
} }
ul.simple { /*ul.simple {
list-style: none; list-style: none;
} }*/
em.menuselection, em.guilabel { em.menuselection, em.guilabel {
font-family: {{ theme_guifont }}; font-family: {{ theme_guifont }};
} }
.enumeratevisibleitemswithsquare ul { .enumeratevisibleitemswithsquare ul {
list-style: square; list-style: square;
margin-bottom: 0px; margin-bottom: 0px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
...@@ -349,25 +351,25 @@ margin-left: 0px; ...@@ -349,25 +351,25 @@ margin-left: 0px;
margin-right: 0px; margin-right: 0px;
margin-top: 0.2em; margin-top: 0.2em;
} }
.enumeratevisibleitemswithsquare p { .enumeratevisibleitemswithsquare p {
margin-bottom: 0pt; margin-bottom: 0pt;
margin-top: 1pt; margin-top: 1pt;
} }
.enumeratevisibleitemswithsquare dl{ .enumeratevisibleitemswithsquare dl{
margin-bottom: 0px; margin-bottom: 0px;
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
margin-top: 0px; margin-top: 0px;
} }
.toctableopencv .toctableopencv
{ {
width: 100% ; width: 100% ;
table-layout: fixed; table-layout: fixed;
} }
.toctableopencv colgroup col:first-child .toctableopencv colgroup col:first-child
{ {
...@@ -375,12 +377,17 @@ margin-top: 0px; ...@@ -375,12 +377,17 @@ margin-top: 0px;
max-width: 100pt !important; max-width: 100pt !important;
min-width: 100pt !important; min-width: 100pt !important;
} }
.toctableopencv colgroup col:nth-child(2) .toctableopencv colgroup col:nth-child(2)
{ {
width: 100% !important; width: 100% !important;
} }
div.body ul.search li { div.body ul.search li {
text-align: left; text-align: left;
} }
div.linenodiv {
min-width: 1em;
text-align: right;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment