Skip to content

Commit 7ace840

Browse files
OCA-git-botmanuelregidor
authored andcommitted
[UPD] README.rst
1 parent e333410 commit 7ace840

File tree

1 file changed

+26
-4
lines changed
  • purchase_location_by_line/static/description

1 file changed

+26
-4
lines changed

purchase_location_by_line/static/description/index.html

+26-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.12: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils 0.14: http://docutils.sourceforge.net/" />
77
<title>Purchase Location by Line</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 7614 2013-02-21 15:55:51Z milde $
12+
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
@@ -37,6 +37,14 @@
3737
.hidden {
3838
display: none }
3939

40+
.subscript {
41+
vertical-align: sub;
42+
font-size: smaller }
43+
44+
.superscript {
45+
vertical-align: super;
46+
font-size: smaller }
47+
4048
a.toc-backref {
4149
text-decoration: none ;
4250
color: black }
@@ -161,12 +169,12 @@
161169
hr.docutils {
162170
width: 75% }
163171

164-
img.align-left, .figure.align-left, object.align-left {
172+
img.align-left, .figure.align-left, object.align-left, table.align-left {
165173
clear: left ;
166174
float: left ;
167175
margin-right: 1em }
168176

169-
img.align-right, .figure.align-right, object.align-right {
177+
img.align-right, .figure.align-right, object.align-right, table.align-right {
170178
clear: right ;
171179
float: right ;
172180
margin-left: 1em }
@@ -177,6 +185,11 @@
177185
margin-right: auto;
178186
}
179187

188+
table.align-center {
189+
margin-left: auto;
190+
margin-right: auto;
191+
}
192+
180193
.align-left {
181194
text-align: left }
182195

@@ -194,6 +207,15 @@
194207
/* div.align-center * { */
195208
/* text-align: left } */
196209

210+
.align-top {
211+
vertical-align: top }
212+
213+
.align-middle {
214+
vertical-align: middle }
215+
216+
.align-bottom {
217+
vertical-align: bottom }
218+
197219
ol.simple, ul.simple {
198220
margin-bottom: 1em }
199221

0 commit comments

Comments
 (0)