Fixed The Very Old CSS Problem of the black bar in the bottom not fully
reaching the right side of the screen on pages where id='content' => class='full'. Added useful text. Changed other text.
This commit is contained in:
@@ -9,10 +9,10 @@ This is metanohi.
|
||||
|
||||
Currently, metanohi resides on *metanohi.name*. Originally, it was on
|
||||
*metanohi.org* which now redirects requests to .name. To contact [[./niels][Niels]] (the
|
||||
creator), send him an electronic mail at [[mailto:ns@metanohi.name][ns@metanohi.name]] {(ns@metanohi.org
|
||||
redirects all mails to that address)}&small.
|
||||
creator), send him an electronic mail at [[mailto:ns@metanohi.name][ns@metanohi.name]] {(ns@metanohi.org no
|
||||
more redirects emails to that address)}&small.
|
||||
|
||||
metanohi is XHTML 1.1 and CSS 2 valid (mostly). Currently, metanohi.name pages
|
||||
metanohi is mostly XHTML 1.1 and CSS 2 valid. Currently, metanohi.name pages
|
||||
are served as text/html and not as application/xml+xhtml (as they should). This
|
||||
might get fixed (it is extremely easy to fix, but if fixed, some things
|
||||
depending on external JavaScript which depends on non-XHTML, like the FSF
|
||||
@@ -99,3 +99,23 @@ Click to go to fullsize image.
|
||||
|
||||
metanohi is only available in English.
|
||||
|
||||
** Font size
|
||||
|
||||
The font sizes on metanohi are based on your default font size. Read more
|
||||
here.
|
||||
|
||||
To change your default font size in the <a href='http://conkeror.org/'>Conkeror
|
||||
web browser</a>, put this in your .conkerorrc:
|
||||
|
||||
#+BEGIN_SRC javascript
|
||||
session_pref("font.size.variable.x-western", YOUR_FONT_SIZE_HERE);
|
||||
#+END_SRC
|
||||
|
||||
For example, I changed the font size from its default at 16 to a more suitable 14:
|
||||
|
||||
#+BEGIN_SRC javascript
|
||||
session_pref("font.size.variable.x-western", 14);
|
||||
#+END_SRC
|
||||
|
||||
It's probably just as easy in other web browsers.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user