Add Chromium-only Blender WebEngine parity work
This commit is contained in:
34
blender-5.2.0/extern/opensubdiv-source/documentation/css/doxy.css
vendored
Normal file
34
blender-5.2.0/extern/opensubdiv-source/documentation/css/doxy.css
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
/*
|
||||
Copyright 2013 Pixar
|
||||
|
||||
Licensed under the terms set forth in the LICENSE.txt file available at
|
||||
https://opensubdiv.org/license.
|
||||
*/
|
||||
|
||||
#top {
|
||||
background-image: url('../images/background.jpg');
|
||||
background-repeat:repeat;
|
||||
padding-top:5px;
|
||||
}
|
||||
|
||||
#titlearea {
|
||||
background-image: url('../images/background.jpg');
|
||||
background-repeat:repeat;
|
||||
border: 1px solid rgb(204, 204, 204);
|
||||
border-radius:15px;
|
||||
-moz-border-radius:15px;
|
||||
-webkit-border-radius:15px;
|
||||
text-decoration: none;
|
||||
margin-bottom:5px;
|
||||
margin-left:5px;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
#projectlogo {
|
||||
padding-bottom:10px;
|
||||
padding-left:25px;
|
||||
}
|
||||
|
||||
#projectlogo img {
|
||||
width:150px;
|
||||
}
|
||||
Reference in New Issue
Block a user