How do you close the CSS preview view in Eclipse?

css, eclipse, preview, view, window

Solution

You can change Eclipse's settings to open `*.css` files with a different editor.

See Eclipse help: Associating editors with file types.

Problem

When I load up a CSS file in Eclipse, it splits the source with this annoying preview window with various elements showing how they look in the document. I cannot figure out how to remove this view, and only show the source code. For those down voting: It clearly states in the about page that questions about "Software development tools" are allowed.

Original source