DecMargTop

ostrat.pWeb.DecMargTop
case class DecMargTop(value: CssVal) extends CssDecStd

Css margin-top declaration.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • final
  • override
Inherited
  • Not inherited
  • CssDec
  • CssDecStd
  • Product

Value members

Concrete methods

override def prop: String

The CSS property

The CSS property

Attributes

Definition Classes

Inherited methods

override def decs: RArr[CssDec]

The decalation sequence, for CssDec this will have a sigle member.

The decalation sequence, for CssDec this will have a sigle member.

Attributes

Definition Classes
Inherited from:
CssDec
def out: String

The CSS code output.

The CSS code output.

Attributes

Inherited from:
CssDec

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final override def valueStr: String

The CSS value output.

The CSS value output.

Attributes

Definition Classes
Inherited from:
CssDecStd