8000 style.css: Add a box with a border around it for the license · analogdevicesinc/buildroot@eb10071 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit eb10071

Browse files
committed
style.css: Add a box with a border around it for the license
Signed-off-by: Robin Getz <robin.getz@analog.com>
1 parent bf182c6 commit eb10071

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

board/pluto/msd/img/style.css

+7
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,10 @@ a{
118118
.anchor{
119119
float: right;
120120
}
121+
.boxed {
122+
box-sizing: border-box;
123+
padding: 10px;
124+
border: 1px solid;
125+
border-color: #636363;
126+
border-radius: 5px;
127+
}

0 commit comments

Comments
 (0)
0