docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Regarding the proper CSS Syntax
- From: Sanjaya Liyanage <sanjayacl@gmail.com>
- To: Docbook Apps <docbook-apps@lists.oasis-open.org>
- Date: Tue, 8 Feb 2011 09:11:37 +0530
Hi dev,
Can we use the below block1 in a CSS.Is it correct in syntax wise?
block1
para:first-child {
text-indent: 0;
}
or should this be the block2,
block2
p:first-child {
text-indent: 0;
}
??
Or else is there any proper way that we can use the block1 in our CSS directly?
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]