This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-05 12:51:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15730e7667
libvirt
/
docs
/
css
/
main.css
5 lines
101 B
CSS
Raw
Normal View
History
Unescape
Escape
docs: Move font definitions with other CSS files We have a subdirectory specifically for CSS files now, so it makes sense to have the stylesheet that defines fonts to be there too. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2021-12-21 15:21:35 +00:00
@
import
url
(
fonts
.
css
)
;
Split website out into one file per page. APply new layout and styling
2008-04-23 17:08:31 +00:00
@
import
url
(
generic
.
css
)
;
@
import
url
(
libvirt
.
css
)
;
docs: make website responsive for mobile devices The website does not look good in a mobile device as the text is far too small and the layout assumes a wide screen. Make the style dynamically adapt based on viewport size, so a mobile device gets a layout more suited to its dimensions, also changing "Learn" to "Docs" Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2017-08-04 12:29:43 +00:00
@
import
url
(
mobile
.
css
)
;
Reference in New Issue
Copy Permalink