]> git.lyx.org Git - features.git/commitdiff
Some CSS fixes.
authorRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 22:30:29 +0000 (22:30 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 3 Dec 2009 22:30:29 +0000 (22:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32307 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc

index 32e54a62df4a30255c05bf2bbcf16bb1e2350442..dec127bb206bb435b16f7b6d46cfdb551a34c0ad 100644 (file)
@@ -77,6 +77,11 @@ InsetLayout Marginal
                        margin: 1ex; 
                        background-color: #F0F0F0; 
                        float:right;
+                       font-size: small;
+                       font-weight: medium;
+                       font-family: serif;
+                       font-variant: normal;
+                       font-style: normal;
                }
        EndHTMLStyle
 End
@@ -101,7 +106,14 @@ InsetLayout Foot
                        font-weight: bold;
                        text-decoration: underline;
                }
-    div.foot { display: inline; }
+               div.foot { 
+                       display: inline; 
+                       font-size: small;
+                       font-weight: medium;
+                       font-family: serif;
+                       font-variant: normal;
+                       font-style: normal;
+               }
                div.foot_inner { display: none; }
                div.foot:hover div.foot_inner { 
                        display: block; 
@@ -244,6 +256,9 @@ InsetLayout Box
          Size                Small
        EndFont
        MultiPar              true
+       HTMLStyle
+               div.Frameless { font-family: sans-serif; }
+       EndHTMLStyle
 End
 
 InsetLayout Box:Shaded
@@ -372,9 +387,3 @@ InsetLayout Info:shortcuts
                span.shortcuts { font-family: sans-serif; }
        EndHTMLStyle
 End
-
-InsetLayout Box
-       HTMLStyle
-               div.Frameless { font-family: sans-serif; }
-       EndHTMLStyle
-End