xml author view css customisation issue
Oxygen general issues.
-
- Posts: 2
- Joined: Mon Oct 22, 2012 3:45 pm
xml author view css customisation issue
Hi there,
I'm customizing authors view css in oxygen but i can't figure out why "text-indent" property is not working.
HTML:
/*------------------*/
Do you have any suggestions?
Thanks in advance!
I'm customizing authors view css in oxygen but i can't figure out why "text-indent" property is not working.
Code: Select all
/*THE CODE*/
CSS:
p[rend="first"] {
display:block;
text-indent:2em;
font-size: 1.2em;
}
Code: Select all
<p rend="first">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap .</p>
Do you have any suggestions?
Thanks in advance!
-
- Posts: 9445
- Joined: Fri Jul 09, 2004 5:18 pm
Re: xml author view css customisation issue
Hi,
The text-indent property is not yet supported. We'll try to implement it in a future version.
Right now as a workaround you could fake it by adding an additional :before selector like:
Regards,
Radu
The text-indent property is not yet supported. We'll try to implement it in a future version.
Right now as a workaround you could fake it by adding an additional :before selector like:
Code: Select all
p[rend="first"]:before {
content:" ";
}
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service