mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix up some of the HTML tags now that we have default CSS.
There's more to be done here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31767 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80cc7e99f2
commit
858dae36e9
@ -78,7 +78,6 @@ InsetLayout Marginal
|
||||
MultiPar true
|
||||
NeedProtect true
|
||||
HTMLTag span
|
||||
HTMLAttr class='marginal'
|
||||
HTMLStyle
|
||||
span.marginal {
|
||||
border: 2px solid black;
|
||||
@ -160,8 +159,10 @@ InsetLayout Note:Note
|
||||
EndFont
|
||||
MultiPar true
|
||||
HTMLIsBlock false
|
||||
# FIXME HTML Need CSS
|
||||
End
|
||||
|
||||
|
||||
InsetLayout Note:Greyedout
|
||||
LabelString greyedout
|
||||
LatexType environment
|
||||
|
@ -26,7 +26,6 @@ Style Quotation
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
HTMLTag blockquote
|
||||
HTMLAttr class='quotation'
|
||||
HTMLItem p
|
||||
End
|
||||
|
||||
@ -46,7 +45,6 @@ Style Quote
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
HTMLTag blockquote
|
||||
HTMLAttr class='quote'
|
||||
HTMLItem p
|
||||
End
|
||||
|
||||
@ -69,7 +67,6 @@ Style Verse
|
||||
AlignPossible Block, Left
|
||||
LabelType No_Label
|
||||
HTMLTag blockquote
|
||||
HTMLAttr class='verse'
|
||||
HTMLItem p
|
||||
End
|
||||
|
||||
@ -90,4 +87,5 @@ Style --Separator--
|
||||
Size Normal
|
||||
Color Blue
|
||||
EndFont
|
||||
HTMLLabel NONE
|
||||
End
|
||||
|
@ -50,6 +50,7 @@ Style Enumerate
|
||||
LabelCounter "enum"
|
||||
HTMLTag ol
|
||||
HTMLItem li
|
||||
HTMLLabel NONE
|
||||
End
|
||||
|
||||
Style Description
|
||||
|
@ -32,7 +32,6 @@ Style Part
|
||||
Size Huge
|
||||
EndFont
|
||||
HTMLTag h1
|
||||
HTMLAttr class='part'
|
||||
End
|
||||
|
||||
|
||||
@ -59,7 +58,6 @@ Style Chapter
|
||||
Size Huge
|
||||
EndFont
|
||||
HTMLTag h1
|
||||
HTMLAttr class='chapter'
|
||||
End
|
||||
|
||||
|
||||
@ -85,10 +83,6 @@ Style Section
|
||||
Size Larger
|
||||
EndFont
|
||||
HTMLTag h2
|
||||
HTMLAttr class='section'
|
||||
HTMLStyle
|
||||
h2.section { font-family: sans-serif; }
|
||||
EndHTMLStyle
|
||||
End
|
||||
|
||||
|
||||
@ -105,7 +99,6 @@ Style Subsection
|
||||
Size Large
|
||||
EndFont
|
||||
HTMLTag h3
|
||||
HTMLAttr class='subsection'
|
||||
End
|
||||
|
||||
|
||||
@ -121,7 +114,6 @@ Style Subsubsection
|
||||
Size Normal
|
||||
EndFont
|
||||
HTMLTag h4
|
||||
HTMLAttr class='subsubsection'
|
||||
End
|
||||
|
||||
|
||||
@ -145,7 +137,6 @@ Style Subparagraph
|
||||
NextNoIndent 0
|
||||
LeftMargin MM
|
||||
HTMLTag span
|
||||
HTMLAttr class='subparagraph'
|
||||
End
|
||||
|
||||
Input numarticle.inc
|
||||
|
@ -57,6 +57,7 @@ Style Bibliography
|
||||
Series Bold
|
||||
Size Larger
|
||||
EndFont
|
||||
HTMLTag p
|
||||
HTMLAttr class='bibliography'
|
||||
HTMLTag div
|
||||
HTMLItem p
|
||||
# FIXME HTML We should have some CSS here to format the items as hanging.
|
||||
End
|
||||
|
@ -27,7 +27,6 @@ Style Title
|
||||
Size Largest
|
||||
EndFont
|
||||
HTMLTag h1
|
||||
HTMLAttr class='title'
|
||||
End
|
||||
|
||||
|
||||
@ -47,8 +46,6 @@ Style Author
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
HTMLTag h2
|
||||
HTMLAttr class='author'
|
||||
End
|
||||
|
||||
|
||||
@ -68,6 +65,4 @@ Style Date
|
||||
Font
|
||||
Size Large
|
||||
EndFont
|
||||
HTMLTag h2
|
||||
HTMLAttr class='date'
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user