# smart-custom-fields/trunk/css/profile.css

Smart Custom Fields, version trunk. 26 lines.

- Page: https://pluginprobe.com/plugins/smart-custom-fields/trunk/code/css/profile.css
- Raw: https://pluginprobe.com/plugins/smart-custom-fields/trunk/raw/css/profile.css
- Modified: 2015-11-13T01:43:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/smart-custom-fields/trunk/code/css/profile.css#L10-L20`.

```css
/**
 * profile.css
 * Version    : 1.0.0
 * Author     : inc2734
 * Created    : March 18, 2014
 * Modified   : 
 * License    : GPLv2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/** ==================================================
 * .smart-cf-meta-box
 */
.smart-cf-meta-box:first-child {
	border-top: #ddd solid 1px;
}

/** ==================================================
 * .smart-cf-meta-box-table
 */
.smart-cf-meta-box-table {
	background: transparent;
	border-bottom: #ddd solid 1px;
	padding: 10px 0;
}

```
