2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-30 08:22:18 +00:00
Files
website/style-v2/css_0/utility.css
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

23 lines
505 B
CSS

/*
Copyright 2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or https://www.boost.org/LICENSE_1_0.txt)
*/
/* A generic class to clear an element. */
.clear {
clear: both;
width: 100%;
height: 1px;
overflow: hidden;
}
/* Removes as much decoration as possible. */
.nothing {
border: 0 none;
border-spacing: 0;
background: transparent;
padding: 0;
margin: 0;
text-decoration: none;
text-indent: 0;
}