From ef71210ca036638ad47428e3e2fed45683a5d5a7 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Mon, 17 May 2004 11:51:00 +0000 Subject: [PATCH] tex aligned middle --- stylesheets/common.css | 1 + stylesheets/monobook/main.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/common.css b/stylesheets/common.css index 998528c540..657b3326c4 100644 --- a/stylesheets/common.css +++ b/stylesheets/common.css @@ -84,6 +84,7 @@ td.diff-context { } img { border: none; } +img.tex { vertical-align: middle; } /* automatically generated edit summaries */ .autocomment { color: gray; } diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index eb08b80f7a..084de8959e 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -338,6 +338,7 @@ div.magnify a, div.magnify img { .hiddenStructure { display: none; } +img.tex { vertical-align: middle; } /* ** classes for special content elements like town boxes ** intended to be referenced directly from the wiki src @@ -791,4 +792,3 @@ head:first-child+body #footer li { white-space: nowrap; } /* debugging tool.. */ /*div{ border:1px solid #000000;}*/ - -- 2.20.1