Skip to content

Commit bf90386

Browse files
committed
Merge branch 'css'
2 parents 44647e6 + 7a79c87 commit bf90386

5 files changed

Lines changed: 10 additions & 0 deletions

File tree

changeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log #
22

3+
## 0.12.0
4+
5+
- introduce optional CSS style `+Expensive` for expensive things like
6+
evaluating XPath expressions, pointers etc. Reason: For long texts,
7+
it turned out, that there are some CSS features, that slow down
8+
oXygen. In order to make them optional, this CSS style was added.
9+
310
## 0.11.1
411

512
- make **+diplomatic** style less error prone and more extensible

frameworks/oxbytao/css/expensive-project.css

Whitespace-only changes.

frameworks/oxbytao/css/expensive.css

Whitespace-only changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import "expensive.css";
2+
@import "expensive-project.css";

frameworks/oxbytao/oxbytao.exf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<addCss path="${framework(oXbytao)}/css/header_.css" title="+Header" alternate="true"/>
2121
<addCss path="${framework(oXbytao)}/css/note_.css" title="+Comments" alternate="true"/>
2222
<addCss path="${framework(oXbytao)}/css/diplomatic_.css" title="+Diplomatic" alternate="true"/>
23+
<addCss path="${framework(oXbytao)}/css/expensive_.css" title="+Expensive" alternate="true"/>
2324
<addCss path="${framework(oXbytao)}/css/edit_.css" title="+Edit" alternate="true"/>
2425
</css>
2526

0 commit comments

Comments
 (0)