Skip to content

Commit 2c4b234

Browse files
committed
Deactivate CSS overrides
Table column alignment was fixed with bootstraph-theme update. No need for css override nor extra css file. This partially reverts commit bc33092.
1 parent a1375b8 commit 2c4b234

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Diff for: _static/diffpy-styles.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
/* Restore left-aligned table columns for sphinx 2.0 and later */
2-
3-
table.align-default {
4-
text-align: left;
5-
}
1+
/* Add CSS style overrides here */

Diff for: conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -361,5 +361,6 @@ def apply(self):
361361

362362
def setup(app):
363363
app.add_transform(MakeAbsoluteURIsRelative)
364-
app.add_css_file('diffpy-styles.css')
364+
## uncomment in case we need style overrides
365+
#app.add_css_file('diffpy-styles.css')
365366
return

0 commit comments

Comments
 (0)