/* * Copyright (c) 2023 Contributors to the Eclipse Foundation. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Kentyou - initial implementation */ /* Custom styles for use in the documentation */ /* Float on the right hand side */ .float-right { float: right; } /* Push down to clear a right-hand float */ .clear-right { clear: right; } /* Display as a centred block */ .block-center { display: block; margin: auto; }