CSS

This page (revision-3) was last changed on 25-Jun-2013 13:58 by Dieter Käppel

This page was created on 08-Jun-2013 11:21 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 25-Jun-2013 13:58 971 bytes Dieter Käppel to previous
2 25-Jun-2013 13:58 832 bytes Dieter Käppel to previous | to last
1 08-Jun-2013 11:21 582 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 13 added 11 lines
!!!Styles
!!Zeilenumbruch verhindern
In Tabellenzellen und andere Elementen ist der Zeilenumbruch manchmal störend. Er kann schick unterbunden werden:
{{{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}}}